[This is preliminary documentation and is subject to change.]
            Gets the items for the template
            
    Namespace: 
   OfficeClip.DBLayer.TemplateAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public List<PcNode> GetTemplateItems( TemplateType tt, int groupId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetTemplateItems ( _ tt As TemplateType, _ groupId As Integer _ ) As List(Of PcNode)  | 
| Visual C++ | 
|---|
public: List<PcNode^>^ GetTemplateItems( TemplateType tt, int groupId )  | 
Parameters
- groupId
 - Type: System..::.Int32
 
