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

Gets the field Position of the field elements on the case list table

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

Syntax

C#
public int GetCaseListFieldPosition(
	TrackerFieldsNameId fieldId
)
Visual Basic (Declaration)
Public Function GetCaseListFieldPosition ( _
	fieldId As TrackerFieldsNameId _
) As Integer
Visual C++
public:
int GetCaseListFieldPosition(
	TrackerFieldsNameId fieldId
)

Parameters

fieldId
Type: OfficeClip.Utils..::.TrackerFieldsNameId
The id of the field whose Position is required to be determined

Return Value

The Position of the field on the table

See Also