DocumentInformation Constructor (String, String, DocumentType, IDictionary<String, String>, IList<RemergeColumn>)

Scanjour Workflow4 Reference Manual
Contructor

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_21.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.3.0.0.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax

public DocumentInformation(
	string identifier,
	string recordId,
	DocumentType documentType,
	IDictionary<string, string> metadata = null,
	IList<RemergeColumn> remergeColumns = null
)

Parameters

identifier
Type: System.String
Guid or recordId.
recordId
Type: System.String
" The record id of the meatadata record
documentType
Type: Scanjour.Workflow4.ActivityLibrary.DocumentType
Document type.
metadata (Optional)
Type: System.Collections.Generic.IDictionary<String, String>
Document metadata.
remergeColumns (Optional)
Type: System.Collections.Generic.IList<RemergeColumn>

[Missing <param name="remergeColumns"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.DocumentInformation.#ctor(System.String,System.String,Scanjour.Workflow4.ActivityLibrary.DocumentType,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IList{Scanjour.Workflow4.ActivityLibrary.RemergeColumn})"]

See Also

Reference