CustomXmlPart Class
Represents a custom XML part within a document that contains arbitrary custom XML markup.
- Inheritance:
- System.ObjectCustomXmlPart
Constructors
CustomXmlPart()
Initializes a new instance of the CustomXmlPart class.
Properties
Data
Gets or sets the custom XML part data.
Property Value
- System.Byte[]
The custom XML part data.
Exceptions
- System.ArgumentNullException
Value is null.
Id
Gets or sets the custom XML part ID.
If value is not null, then it should be a System.Guid value converted to System.String with a System.Guid.ToString(System.String) method with a B specifier.
Property Value
- System.String
The custom XML part ID.
Schemas
Gets the set of associated XML schemas.
Property Value
- System.Collections.Generic.IList<System.String>
The set of associated XML schemas.