Interface IPropertyTypeUsageService
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IPropertyTypeUsageService
Methods
View SourceHasSavedPropertyValues(String)
Checks if a property type has any saved property values associated with it.
Declaration
bool HasSavedPropertyValues(string propertyTypeAlias)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyTypeAlias | The alias of the property type to check. |
Returns
Type | Description |
---|---|
System.Boolean | True if the property type has any property values, otherwise false. |