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

Gets the object items of teh template

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

Syntax

C#
public ObjectItem[] GetItems(
	TemplateType tt,
	int groupId
)
Visual Basic (Declaration)
Public Function GetItems ( _
	tt As TemplateType, _
	groupId As Integer _
) As ObjectItem()
Visual C++
public:
array<ObjectItem^>^ GetItems(
	TemplateType tt, 
	int groupId
)

Parameters

tt
Type: OfficeClip.BusinessLayer.Template..::.TemplateType
The template type
groupId
Type: System..::.Int32
The unique id of the group

Return Value

Teh array of teh object items

See Also