XmpData.Contains Method

Determines whether the XmpData object contains a node with the specified key.

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

Syntax

C#
public bool Contains(
	Object name
)

Parameters

name

Type: System.Object

The node name to locate in the XmpData object.

Return Value

true if the XmpData contains a node with the given name; otherwise, false.

See Also

Reference