CatalogMetadata.IsoMetadataDocumentContents Property
Gets the contents of an attached ISO 19139 metadata document.
Syntax
public System.String IsoMetadataDocumentContents { get; }
Property Value
The contents of the ISO 19139 metadata document, or an empty string.
Remarks
This property returns the contents of the ISO 19139 metadata document pointed to by IsoMetadataDocument, when the document is a local file (with an absolute or relative path), or a file in a local zip archive.
If the document is empty, or a URL to a web service, the property will be empty.
Platforms
Windows, Linux, Android