Work items: 30078
This commit is contained in:
@@ -1153,6 +1153,17 @@ namespace umbraco.cms.businesslogic
|
||||
return tmp;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// A list of PropertyTypes on the Tab
|
||||
/// </summary>
|
||||
[Obsolete("Please use GetPropertyTypes() instead", false)]
|
||||
public PropertyType[] PropertyTypes
|
||||
{
|
||||
get { return GetPropertyTypes(this.ContentType, true); }
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Flushes the cache.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user