add method

add(self, data, schema_data)

Adds an item to the collection.

Returns


def add(self, data, schema_data):
    ...
ParameterTypeDescription
databytesThe XML content of this Custom XML Data Storage Part.
schema_databytesThe set of XML schemas that are associated with this custom XML part.

See Also