IXMLIndexTemplateManage Interface

Manages the collection of XML Index Templates for this Geodatabase instance.

Members

Name Description
Method InstallTemplate Installs a new template.
Method PopulateIndexTags Populate an XML Index's IncludedTags and ExcludedTags properties from an installed template.
Read-only property Templates Retrieves the currently installed templates.
Method UninstallTemplate Uninstalls an existing template.

IXMLIndexTemplateManage.InstallTemplate Method

Installs a new template.

Public Sub InstallTemplate ( _
    ByVal newTemplate As IXMLIndexTemplate _
)
public void InstallTemplate (
    IXMLIndexTemplate newTemplate
);

IXMLIndexTemplateManage.PopulateIndexTags Method

Populate an XML Index's IncludedTags and ExcludedTags properties from an installed template.

Public Sub PopulateIndexTags ( _
    ByVal sourceTemplate As IXMLIndexTemplate, _
    ByVal Index As IXMLIndex _
)
public void PopulateIndexTags (
    IXMLIndexTemplate sourceTemplate,
    IXMLIndex Index
);

IXMLIndexTemplateManage.Templates Property

Retrieves the currently installed templates.

Public ReadOnly Property Templates As IEnumXMLIndexTemplate
public IEnumXMLIndexTemplate Templates {get;}

IXMLIndexTemplateManage.UninstallTemplate Method

Uninstalls an existing template.

Public Sub UninstallTemplate ( _
    ByVal existingTemplate As IXMLIndexTemplate _
)
public void UninstallTemplate (
    IXMLIndexTemplate existingTemplate
);

Classes that implement IXMLIndexTemplateManage

Classes Description

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close