DocumentInformation(String, String, DocumentType, IDictionaryString, String, IListRemergeColumn) Constructor

Contructor

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public DocumentInformation(
	string identifier,
	string recordId,
	DocumentType documentType,
	IDictionary<string, string> metadata = null,
	IList<RemergeColumn> remergeColumns = null
)

Parameters

identifier  String
Guid or recordId.
recordId  String
" The record id of the meatadata record
documentType  DocumentType
Document type.
metadata  IDictionaryString, String  (Optional)
Document metadata.
remergeColumns  IListRemergeColumn  (Optional)

[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