Click or drag to resize

CustomXmlPartCollectionItem Property

Gets the CustomXmlPart with the specified ID or null.

Namespace:  SautinSoft.Document
Assembly:  SautinSoft.Document (in SautinSoft.Document.dll) Version: 5.3.6.22
Syntax
public CustomXmlPart this[
	string id
] { get; }

Parameters

id
Type: SystemString
The ID of the CustomXmlPart.

Return Value

Type: CustomXmlPart
The CustomXmlPart with the specified ID or null.
See Also