From ea30785baf50f18308422500e699b2ea30b0de71 Mon Sep 17 00:00:00 2001 From: hartvig Date: Wed, 2 Mar 2011 13:17:30 -0100 Subject: [PATCH] Work items: 30101 --- umbraco/cms/businesslogic/ContentType.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/umbraco/cms/businesslogic/ContentType.cs b/umbraco/cms/businesslogic/ContentType.cs index 75c762ff01..35e38dee53 100644 --- a/umbraco/cms/businesslogic/ContentType.cs +++ b/umbraco/cms/businesslogic/ContentType.cs @@ -996,6 +996,9 @@ namespace umbraco.cms.businesslogic /// An array of PropertyType. PropertyType[] GetPropertyTypes(int contentTypeId); + [Obsolete("Please use GetPropertyTypes() instead", false)] + PropertyType[] PropertyTypes { get; } + /// /// Gets a list of all PropertyTypes on the Tab for a given ContentType. ///