CatalogMetadata.IsoMetadataDocument Property
Gets a link to an additional ISO 19139 metadata document.
Syntax
public System.String IsoMetadataDocument { get; }
Property Value
A file name, a web URL or an empty string if no ISO metadata is available.
Remarks
The value of this property depends on several factors:
If no metadata is available, the value will be an empty string.
If the service is remote, the value will typically be a URL starting with "http://" or "https://".
If the document is located inside a zip archive, the value will be the virtual path pointing to it.
For backward compatibility reasons, if the document is a regular file, and the root directory of the Catalog instance is a single local Catalog, the value will be the relative path to the file from the catalog root folder.
If the root directory has several parts, the value of this property will be the absolute path to the file.
The IsoMetadataDocumentContents property can be used to access the contents of the document in most of these cases.
Platforms
Windows, Linux, Android