Class CustomXmlPart

CustomXmlPart class

Represents a Custom XML Data Storage Part (custom XML data within a package).

public class CustomXmlPart

Properties

NameDescription
Data { get; set; }Gets or sets the XML content of this Custom XML Data Storage Part.
ID { get; set; }Gets and sets the id of the custom xml part.
SchemaData { get; set; }Gets or sets the XML content of this Custom XML Schema Data Storage Part.

See Also