add method

add

Adds an item to the collection.

Returns

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

See Also