View Source
Class DateTypeServiceExtensions
Assembly: Umbraco.Core.dll
Syntax
public static class DateTypeServiceExtensions
Methods
View Source
IsDataTypeIgnoringUserStartNodes(IDataTypeService, Guid)
Declaration
public static bool IsDataTypeIgnoringUserStartNodes(this IDataTypeService dataTypeService, Guid key)
Parameters
Returns
View Source
IsDataTypeIgnoringUserStartNodesAsync(IDataTypeService, Guid)
Declaration
public static Task<bool> IsDataTypeIgnoringUserStartNodesAsync(this IDataTypeService dataTypeService, Guid key)
Parameters
Returns
| Type |
Description |
| Task<bool> |
|