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

Gets the field value depending on the fieldid that is selected

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

Syntax

C#
public string GetFieldValue(
	TrackerFieldsNameId fieldId
)
Visual Basic (Declaration)
Public Function GetFieldValue ( _
	fieldId As TrackerFieldsNameId _
) As String
Visual C++
public:
String^ GetFieldValue(
	TrackerFieldsNameId fieldId
)

Parameters

fieldId
Type: OfficeClip.Utils..::.TrackerFieldsNameId
The id of the field TrackerFieldsNameId

Return Value

The string value of the field

See Also