.NET Framework Class Library
Document.GetUniqueIdListFromFileName Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Document Class > Document Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public ShellResult GetUniqueIdListFromFileName( string documentFileName, |
Visual C++ |
|---|
public: ShellResult^ GetUniqueIdListFromFileName( |
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