Contructor
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocumentInformation( string identifier, string recordId, DocumentType documentType, IDictionary<string, string> metadata = null, IList<RemergeColumn> remergeColumns = null )
Parameters
- identifier
- Type: SystemString
Guid or recordId. - recordId
- Type: SystemString
" The record id of the meatadata record - documentType
- Type: Scanjour.Workflow4.ActivityLibraryDocumentType
Document type. - metadata (Optional)
- Type: System.Collections.GenericIDictionaryString, String
Document metadata. - remergeColumns (Optional)
- Type: System.Collections.GenericIListRemergeColumn
[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