XDTODataObject.Add
Syntax variant: Setting a value of a new custom property
Syntax:
Parameters:
<Form> (required)
Form of XML presentation of a custom property. Can have values Element or Attribute.
<NamespaceURI> (required)
Namespace URI of XML presentation of custom property.
<LocalName> (required)
Local name of a custom property.
<DataElement> (required)
XDTO data element (value or object), that is a value of a custom property.
Description of method variant:
Syntax variant: Setting a value of existing custom property
Syntax:
Parameters:
<Name> (required)
Name of a custom property.
<DataElement> (required)
XDTO data element (value or object), that is a value of a custom property.
Description of method variant:
In case a previous setting of a custom property value was performed for this custom property, or for another property if a sequence is present, - the property will be listed with unlimited top boundary.
Otherwise an exception will be initiated.
Description:
Availability:
Note: