Interface IDataTypeUsageService
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IDataTypeUsageService
Methods
View SourceHasSavedValues(Int32)
Checks if there are any saved property values using a given data type.
Declaration
bool HasSavedValues(int dataTypeId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dataTypeId | The ID of the data type to check. |
Returns
Type | Description |
---|---|
System.Boolean | True if there are any property values using the data type, otherwise false. |