.NET Framework Class Library
MWCmd.Tree Enumeration

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace >

.NET Framework Class Library
MWCmd.Tree Enumeration

List of MwPDM Tree commands

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

Syntax

Visual Basic

Public Enumeration Tree

C#

public enum Tree

Visual C++

public enum class Tree

JavaScript

MwPDMApi.Tree = function();

MwPDMApi.Tree.createEnum('MwPDMApi.Tree', false);

Members


Member name

Value

Description


ChildTree

0



CollapseTree

1



ExpandTree

2



GetTreeFirstLevelChildDocuments

3



GetTreeParentProject

4



ParentTree

5



ProjectTree

6



WriteTree

7



WriteActualTree

8


Remarks

See Also

MwPDMApi Namespace