.NET Framework Class Library
Tree.WriteTree Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Tree Class > Tree Methods >

.NET Framework Class Library
Tree.WriteTree Method

Writes on the file _fileName_._revName_.TREE a representation of the tree structure of the document with the passed _docUid_.

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

Syntax

Visual Basic

Public Sub WriteTree ( _

 docUid As String, _
 fileName As String, _
 revName As String, _
 cfgName As String _
)

C#

public void WriteTree(

 string docUid,
 string fileName,
 string revName,
 string cfgName
)

Visual C++

public:

void WriteTree(
 StringdocUid,
 StringfileName,
 StringrevName,
 StringcfgName
)

JavaScript

function writeTree(docUidfileNamerevNamecfgName);

Parameters

docUid

Type: System.String
unique id of the document to create the tree of

fileName

Type: System.String
filename part of the final filename

revName

Type: System.String
revision part of the final filename

cfgName

Type: System.String
configuration part of the final filename

Remarks

See Also

Tree Class

Tree Members

MwPDMApi Namespace