Work items: 30101

This commit is contained in:
hartvig
2011-03-02 13:17:30 -01:00
parent 7edd9e92e5
commit ea30785baf

View File

@@ -996,6 +996,9 @@ namespace umbraco.cms.businesslogic
/// <returns>An array of PropertyType.</returns>
PropertyType[] GetPropertyTypes(int contentTypeId);
[Obsolete("Please use GetPropertyTypes() instead", false)]
PropertyType[] PropertyTypes { get; }
/// <summary>
/// Gets a list of all PropertyTypes on the Tab for a given ContentType.
/// </summary>