3dak Client

Site.navigationMode Enumeration

View style of a navigation

[Visual Basic]
Public Enum Site.navigationMode
[C#]
public enum Site.navigationMode
[C++]
public __value enum Site.navigationMode
[JScript]
public enum Site.navigationMode

Remarks

getSiteNavigation

Members

Member NameDescription
Standard Standard Navigation Mode, Displays All Levels up to a Rootnode and one Sublevel if current Node has Subnodes
StandardWithoutSubnodes Standard Navigation Mode, Displays All Levels up to a Rootnode without Sublevel if current Node has Subnodes
Full Full Navigation Mode, Displays All Nodes under the current Root node
Path Path navigation Mode, Displays All nodes between the current Node and the Root node in a path
Subnodes Subnodes Navigation Mode, Displays All Nodes under the current node

Requirements

Namespace: ppm3dakClient

Assembly: ppm3dakClient (in ppm3dakClient.dll)

See Also

ppm3dakClient Namespace