.NET Framework Class Library
Document.GetHiddenFilesList Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Document Class > Document Methods > .NET Framework Class Library |
Retrieves the list of hidden files (revision files, master drawing files, etc. ) that may exist for a particular document.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetHiddenFilesList ( _ docUid As String, _ |
C# |
|---|
public Object GetHiddenFilesList( string docUid, |
Visual C++ |
|---|
public: Object^ GetHiddenFilesList( |
JavaScript |
|---|
function getHiddenFilesList(docUid, extension); |
Parameters
docUid
Type: System.String
the unique id of the document
extension
Type: System.String
the extension of the hidden file - valid extensions are: GZ, TREE, PDF, JPG
Return Value
array of hidden file names
Remarks
Available starting from R15 release.
See Also