XmpDictionaryNode.FindKeysByNamespace Method

Returns an array of tags belonging to the specified namespace in the current dictionary.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public virtual string[] FindKeysByNamespace(
	XmpNamespace ns
)

Parameters

ns

Type: Aurigma.GraphicsMill.Codecs.XmpNamespace

A XmpNamespace for which the tags should be returned.

Return Value

An array of tags belonging to the given namespace.

See Also

Reference