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

Constructor to create an instance from fields

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

Syntax

C#
public OCTrackerCase(
	TrackerFieldValue[] field
)
Visual Basic (Declaration)
Public Sub New ( _
	field As TrackerFieldValue() _
)
Visual C++
public:
OCTrackerCase(
	array<TrackerFieldValue^>^ field
)

Parameters

field
Type: array<OfficeClip.BusinessLayer.Service..::.TrackerFieldValue>[]()[]
A collection of all the tracker fields

See Also