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

Sets the entity and attribute of an item. Note that if the attribute name matches the pattern "DateTime", it will print both date and time. If it just matches with "Date", it will only print date, if it matches with "Time" it will only print time.

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

Syntax

C#
public static ObjectItem GetEntityAttributes(
	ItemConstants ic
)
Visual Basic (Declaration)
Public Shared Function GetEntityAttributes ( _
	ic As ItemConstants _
) As ObjectItem
Visual C++
public:
static ObjectItem^ GetEntityAttributes(
	ItemConstants ic
)

Parameters

ic
Type: OfficeClip.BusinessLayer.Template..::.ItemConstants
The entity constant

Return Value

The Object item that will consist of entity and attribute.

See Also