ArcGIS Pro 2.9 API Reference Guide
Tags Property (EditingTemplate)

ArcGIS.Desktop.Editing.Templates Namespace > EditingTemplate Class : Tags Property
Gets the collection of Tags that help to make this EditingTemplate searchable.
Syntax
public IReadOnlyCollection<string> Tags {get;}
Public ReadOnly Property Tags As IReadOnlyCollection(Of String)
Remarks
Tags can be added to an EditingTemplate within the TemplateProperties dialog box. When using the CreateFeatures and ManageTemplates DockPanes, you can use the search box to find a template based on these tags.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditingTemplate Class
EditingTemplate Members