DocumentInformation(String, String, DocumentType, IDictionaryString, String, IListRemergeColumn) Constructor |
Contructor
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic DocumentInformation(
string identifier,
string recordId,
DocumentType documentType,
IDictionary<string, string> metadata = null,
IList<RemergeColumn> remergeColumns = null
)
Public Sub New (
identifier As String,
recordId As String,
documentType As DocumentType,
Optional metadata As IDictionary(Of String, String) = Nothing,
Optional remergeColumns As IList(Of RemergeColumn) = Nothing
)
public:
DocumentInformation(
String^ identifier,
String^ recordId,
DocumentType documentType,
IDictionary<String^, String^>^ metadata = nullptr,
IList<RemergeColumn^>^ remergeColumns = nullptr
)
new :
identifier : string *
recordId : string *
documentType : DocumentType *
?metadata : IDictionary<string, string> *
?remergeColumns : IList<RemergeColumn>
(* Defaults:
let _metadata = defaultArg metadata null
let _remergeColumns = defaultArg remergeColumns null
*)
-> DocumentInformation
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