[This is preliminary documentation and is subject to change.]

Get the parent and child nodes for applications and features

Namespace:  OfficeClip.DBLayer.Extranet
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public List<PcNode> GetAppsAndFeatureParentChildNodes()
Visual Basic (Declaration)
Public Function GetAppsAndFeatureParentChildNodes As List(Of PcNode)
Visual C++
public:
List<PcNode^>^ GetAppsAndFeatureParentChildNodes()

Return Value

See Also