Click or drag to resize

CustomPart Constructor

Constructor.

Namespace: Scanjour.Workflow4.ActivityLibrary.Documents
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public CustomPart(
	CustomXmlPart customXmlPart,
	XmlNamespaceManager nsManager
)

Parameters

customXmlPart  CustomXmlPart
The xml content.
nsManager  XmlNamespaceManager
The namespace manager used to load the xml content.
See Also