A standardized set of tags managed through a Geodatabase workspace.
Members
Name | Description | |
---|---|---|
Description | A textual description of the template. | |
ExcludedTags | The set of tags to be used for the ExcludedTags property of an XML Index. | |
IncludedTags | The set of tags to be used for the IncludedTags property of an XML Index. | |
Name | A user defineable name which must be globally unique to the Geodatabase instance. |
IXMLIndexTemplate.Description Property
A textual description of the template.
Public Property Description As String
public string Description {get; set;}
IXMLIndexTemplate.ExcludedTags Property
The set of tags to be used for the ExcludedTags property of an XML Index.
Public Property ExcludedTags As IXMLIndexTags
public IXMLIndexTags ExcludedTags {get; set;}
IXMLIndexTemplate.IncludedTags Property
The set of tags to be used for the IncludedTags property of an XML Index.
Public Property IncludedTags As IXMLIndexTags
public IXMLIndexTags IncludedTags {get; set;}
IXMLIndexTemplate.Name Property
A user defineable name which must be globally unique to the Geodatabase instance.
Public Property Name As String
public string Name {get; set;}
Classes that implement IXMLIndexTemplate
Classes | Description |
---|---|
XMLIndexTemplate | XML Index Template Object. |