XmpRdfRoot.GetNamespaceUri

XmpRdfRoot.GetNamespaceUri method

Gets namespace URI by specific prefix. Prefix may start without xmlns.

public string GetNamespaceUri(string prefix)
ParameterTypeDescription
prefixStringThe prefix.

Return Value

Returns a package schema URI.

See Also