Contructor
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
public DocumentInformation( string identifier, string recordId, DocumentType documentType, IDictionary<string, string> metadata = 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.
See Also