.NET Framework Class Library
TaskManager.TaskAppend Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > TaskManager Class > TaskManager Methods > .NET Framework Class Library |
Append a list of documents to the defined task
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub TaskAppend ( _ ParamArray args As Object() _ |
C# |
|---|
public void TaskAppend( params Object[] args |
Visual C++ |
|---|
public: void TaskAppend( |
JavaScript |
|---|
function taskAppend(... args); |
Parameters
args
Type: System.Object[]
list of documents unique Ids
Remarks
See Also