CustomPart Class

Scanjour Workflow4 Reference Manual
Loads and encapsulates a CustomXmlPart and provides methods to update its values. Finally (if modified) the XML contents will be updated accordingly in the CustomXmlPart.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.ActivityLibrary.DocumentsCustomPart

Namespace:  Scanjour.Workflow4.ActivityLibrary.Documents
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public class CustomPart

The CustomPart type exposes the following members.

Constructors

  NameDescription
Public methodCustomPart
Constructor.
Top
Properties

  NameDescription
Public propertyPartDocument
The document that is contained as a custom XML part.
Top
Methods

  NameDescription
Public methodClearValue
Removes the value at the specified xPath (if any).
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFinalize
Saves the CustomXmlPart.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetValue
Set the value at the specified xPath (if any).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference