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

Get the items from the template

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

Syntax

C#
public static ObjectItem[] GetEntityItems(
	TemplateType tt
)
Visual Basic (Declaration)
Public Shared Function GetEntityItems ( _
	tt As TemplateType _
) As ObjectItem()
Visual C++
public:
static array<ObjectItem^>^ GetEntityItems(
	TemplateType tt
)

Parameters

tt
Type: OfficeClip.BusinessLayer.Template..::.TemplateType
Teh template type

Return Value

The array of object items

See Also