This document is archived and information here might be outdated.  Recommended version.


IRemoteMetadata Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IR > IRemoteMetadata Interface
ArcGIS Developer Help

IRemoteMetadata Interface

Provides access to members to manipulate information specific to metadata stored in an ArcIMS Metadata Server.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method CreateChild Creates a new folder as a child of this folder.
Read/write property Dataset Name of metadata document on server.
Read/write property Extent The extent of the dataset represented by this document.
Write-only property HasChildren Indicates whether this folder has children.
Read/write property IndexStatus Indicates whether this document is indexed on the server.
Read/write property isFolder Indicates whether this metadata document is a folder.
Read/write property IsPrivateDocument Indicates whether this metadata document is private.
Read/write property IsRoot Indicates whether this metadata document is the root document.
Read/write property MetadataURL URL of metadata document on server.
Read/write property Onlink The online linkage contained within this document.
Read/write property Owner ArcIMS authenticated user owning metadata document.
Method PublishDatasets Publish the metadata of a set of datasets to an ArcIMS Metadata Server.
Read/write property RefCount The number of references to this document on the server.
Read/write property server The URL of the ArcIMS server running the service represented by this document.
Read/write property Service The name of the ArcIMS service represented by this document.
Read/write property ThumbnailURL URL of thumbnail image on server.
Read/write property UserID Unique id (UUID) of metadata document.

Classes that implement IRemoteMetadata

Classes Description
IMSMetadataService GxObject that represents ArcIMS Metadata Service.