Work items: 30078

This commit is contained in:
hartvig
2011-02-27 18:00:30 -01:00
parent 6b2858d552
commit 9707a61303

View File

@@ -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>