Class PropertyEditorTagsExtensions
Provides extension methods for the IDataEditor interface to manage tags.
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 |
|---|---|---|
| IDataEditor | editor |
Returns
| Type | Description |
|---|---|
| TagsPropertyEditorAttribute |
IsTagsEditor(IDataEditor)
Determines whether an editor supports tags.
Declaration
public static bool IsTagsEditor(this IDataEditor editor)
Parameters
| Type | Name | Description |
|---|---|---|
| IDataEditor | editor |
Returns
| Type | Description |
|---|---|
| System.Boolean |