.NET Framework Class Library
Workflow.WorkflowGetNotesAndFileAttachment Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Workflow Class > Workflow Methods >

.NET Framework Class Library
Workflow.WorkflowGetNotesAndFileAttachment Method

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, _
Optional ByRef notes As String = "", _
Optional ByRef fileAttachment As String = "" _
) As ShellResult

C#

public ShellResult WorkflowGetNotesAndFileAttachment(

string docUid,
ref string notes = "",
ref string fileAttachment = ""
)

Visual C++

public:

ShellResult^ WorkflowGetNotesAndFileAttachment(
String^ docUid,
String^% notes = L"",
String^% fileAttachment = L""
)

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

Workflow Class

Workflow Members

MwPDMApi Namespace