CustomXmlPartCollection.Add

CustomXmlPartCollection.Add method

Adds an item to the collection.

public int Add(byte[] data, byte[] shemaData)
ParameterTypeDescription
dataByte[]The XML content of this Custom XML Data Storage Part.
shemaDataByte[]The set of XML schemas that are associated with this custom XML part.

See Also