Catalog.RootDirectory Property
Gets the root directory or directories of the catalog.
Syntax
public System.String RootDirectory { get; }
Property Value
Default: Must be specified in constructor.
The root directory or directories of the catalog.
Remarks
This property can be specified as a single location, or as a comma-separated list of multiple locations. Each location is either a path to a local catalog directory (possibly inside a zip archive, see Virtual paths, or a URL to an OGC CS/W or Carmenta Server WMC web service.
If more than one location is specified, of if the catalog resides in a zip archive, the CatalogMetadata.IsoMetadataDocument property changes behavior. Instead of returning a path relative to the root directory, it returns an absolute path, or a full zip path.
Platforms
Windows, Linux, Android