[ Version ( since = "0.12.10" ) ]
public bool load_from_xml_data (Context context, string data) throws Error
Load metadata for this component from an XML string.
You normally do not want to use this method directly and instead use the more convenient API of Metadata to create and update components.
this |
an Component instance. |
context |
an Context instance. |
data |
The XML data to load. |
true on success. |