[This is preliminary documentation and is subject to change.]
Assembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string GetParentChildNodeString( List<ParentChildInfo> pcList ) |
Visual Basic (Declaration) |
---|
Public Function GetParentChildNodeString ( _ pcList As List(Of ParentChildInfo) _ ) As String |
Visual C++ |
---|
public: String^ GetParentChildNodeString( List<ParentChildInfo^>^ pcList ) |
Parameters
- pcList
- Type: System.Collections.Generic..::.List<(Of <(ParentChildInfo>)>)