Class PropertyEditorTagsExtensions
Provides extension methods for the IData
Inheritance
System.Object
Namespace: Umbraco.Extensions
Assembly: Umbraco.Core.dll
Syntax
public static class PropertyEditorTagsExtensions
Methods
View SourceGetTagAttribute(IDataEditor)
Gets the tags configuration attribute of an editor.
Declaration
public static TagsPropertyEditorAttribute GetTagAttribute(this IDataEditor editor)
Parameters
Type | Name | Description |
---|---|---|
IData |
editor |
Returns
Type | Description |
---|---|
Tags |
IsTagsEditor(IDataEditor)
Determines whether an editor supports tags.
Declaration
public static bool IsTagsEditor(this IDataEditor editor)
Parameters
Type | Name | Description |
---|---|---|
IData |
editor |
Returns
Type | Description |
---|---|
System. |