MetaDataBase.CreateXmpNamespace Method
Definition
Namespace: P1.ImageSdk
Create a new Xmp namespace in an xmp block. This requires that an xmp block exist in the database
public bool CreateXmpNamespace(string name, string url);
For now it is only possible to create new lists of objects in the xmp block. Therefore the function refers only to the xmp block.
Parameters:
name |
The name of the new namespace |
url |
The url for the xmp namespace |
Returns:
Returns A boolean value that indicates if creation of the namespace was successfull or not.