XmpMetadata.Remove

Remove(string)

Removes entry from metadata.

public bool Remove(string key)
ParameterTypeDescription
keyStringThe key of entry to remove.

Return Value

True - if key removed; otherwise, false.

See Also


Remove(KeyValuePair<string, XmpValue>)

Removes key/value pair from the colleciton.

public bool Remove(KeyValuePair<string, XmpValue> item)
ParameterTypeDescription
itemKeyValuePair`2Key/value pair to be removed.

Return Value

true if pair was found and removed.

See Also