Click or drag to resize

CustomXmlPart Class

Represents a custom XML part within a document that contains arbitrary custom XML markup.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentCustomXmlPart

Namespace:  SautinSoft.Document
Assembly:  SautinSoft.Document (in SautinSoft.Document.dll) Version: 5.3.6.22
Syntax
public sealed class CustomXmlPart

The CustomXmlPart type exposes the following members.

Constructors
  NameDescription
Public methodCustomXmlPart
Initializes a new instance of the CustomXmlPart class.
Top
Properties
  NameDescription
Public propertyData
The custom XML part data.
Public propertyId
Gets or sets the custom XML part ID. If value is not null, then it should be a Guid value converted to String with a ToString(String) method with a B specifier.
Public propertySchemas
Gets the set of associated XML schemas.
Top
Methods
  NameDescription
Public methodClone
Clones this CustomXmlPart instance.
Top
See Also