.NET Framework Class Library
Document.GetUniqueIdListFromFileName Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Document.GetUniqueIdListFromFileName Method

Retrieves the list of configured documents.

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

Syntax

Visual Basic

Public Function GetUniqueIdListFromFileName ( _

documentFileName As String, _
ByRef number_of_cfgs As Integer, _
ByRef cfgsIdArray As Object _
) As ShellResult

C#

public ShellResult GetUniqueIdListFromFileName(

string documentFileName,
ref int number_of_cfgs,
ref Object cfgsIdArray
)

Visual C++

public:

ShellResult^ GetUniqueIdListFromFileName(
String^ documentFileName,
int% number_of_cfgs,
Object^% cfgsIdArray
)

JavaScript

function getUniqueIdListFromFileName(documentFileName, number_of_cfgs, cfgsIdArray);

Parameters

documentFileName

Type: System.String
full path name of the document

number_of_cfgs

Type: System.Int32
Output. The number of configuration found

cfgsIdArray

Type: System.Object
Ouput. The array containing the IDs of configuration found

Remarks

Available starting from R17 sp2.0 release.

See Also

Document Class

Document Members

MwPDMApi Namespace