SaveMailLogicUpdateDocumentState Method |
Updates DocumentState with value from setup.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailAssembly: 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 void UpdateDocumentState(
Record record
)
Public Sub UpdateDocumentState (
record As Record
)
public:
void UpdateDocumentState(
Record^ record
)
member UpdateDocumentState :
record : Record -> unit
Parameters
- record Record
- Record to update.
See Also