CatalogMetadata.Keywords Property
Gets the list of keyword defined for this map.
Syntax
public StringCollection Keywords { get; }
Property Value
The list of keywords defined for this map.
Remarks
In an ISO 19139 metadata document, it is possible to specify that keywords belong to a particular thesaurus. To reflect this, each keyword will be listed twice in this collection, both as "<keyword>" and "<thesaurus title>.<keyword>". Even if no thesaurus is specified, the second value will be added as ".<keyword>". Both of these values can be used when specifying the query in a CatalogQuery to search for available maps.
Platforms
Windows, Linux, Android