.. _doxcsid-class_p1_1_1_image_sdk_1_1_meta_data_base_1a0861f5f2b7331ce5c3b036554b55f629: 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 .. ref-code-block:: csharp :class: doxyrest-overview-code-block 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. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - name - The name of the new namespace * - url - The url for the xmp namespace .. rubric:: Returns: Returns A boolean value that indicates if creation of the namespace was successfull or not.