.NET Framework Class Library
Document.GetRevisionOutputFiles2 Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Document.GetRevisionOutputFiles2 Method

Retrieves the list of output files with complete path (or not) generated for a document for the last revision cycle

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function GetRevisionOutputFiles2 ( _

uid As String, _
ByRef revisionOutputFilesArray As Object, _
Optional bFullPathName As Boolean = False _
) As ShellResult

C#

public ShellResult GetRevisionOutputFiles2(

string uid,
ref Object revisionOutputFilesArray,
bool bFullPathName = false
)

Visual C++

public:

ShellResult^ GetRevisionOutputFiles2(
String^ uid,
Object^% revisionOutputFilesArray,
bool bFullPathName = false
)

JavaScript

function getRevisionOutputFiles2(uid, revisionOutputFilesArray, bFullPathName);

Parameters

uid

Type: System.String
unique id name of the document

revisionOutputFilesArray

Type: System.Object
Output. The array containing the paths of the last generated output files

bFullPathName (Optional)

Type: System.Boolean
optional. If TRUE, returns the list of file names with complete path

Return Value

Shell result object.

Remarks

Available starting from R20 release.

See Also

Document Class

Document Members

MwPDMApi Namespace