.NET Framework Class Library
Document.GetHiddenFilesList Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Document Class > Document Methods >

.NET Framework Class Library
Document.GetHiddenFilesList Method

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, _
 extension As String _
As Object

C#

public Object GetHiddenFilesList(

 string docUid,
 string extension
)

Visual C++

public:

ObjectGetHiddenFilesList(
 StringdocUid,
 Stringextension
)

JavaScript

function getHiddenFilesList(docUidextension);

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

Document Class

Document Members

MwPDMApi Namespace