.NET Framework Class Library
Workflow.WorkflowGetNotesAndFileAttachment Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Workflow Class > Workflow Methods > .NET Framework Class Library |
Get notes and file attachment related to specified document in workflow.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function WorkflowGetNotesAndFileAttachment ( _ docUid As String, _ |
C# |
|---|
public ShellResult WorkflowGetNotesAndFileAttachment( string docUid, |
Visual C++ |
|---|
public: ShellResult^ WorkflowGetNotesAndFileAttachment( |
JavaScript |
|---|
function workflowGetNotesAndFileAttachment(docUid, notes, fileAttachment); |
Parameters
docUid
Type: System.String
unique id of the document in workflow
notes (Optional)
Type: System.String
Optional. Output. Retrieved notes.
fileAttachment (Optional)
Type: System.String
Optional. Output. Retrieved file attachment
Return Value
Shell result object.
Remarks
See Also