IXMLIndexTemplate Interface

A standardized set of tags managed through a Geodatabase workspace.

Members

Name Description
Read/write property Description A textual description of the template.
Read/write property ExcludedTags The set of tags to be used for the ExcludedTags property of an XML Index.
Read/write property IncludedTags The set of tags to be used for the IncludedTags property of an XML Index.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.