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

Constructor to create the instance from parts

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

Syntax

C#
public OCTrackerField(
	int id,
	string name,
	string type,
	TrackerFieldListArg[] tfla,
	bool isMandatory
)
Visual Basic (Declaration)
Public Sub New ( _
	id As Integer, _
	name As String, _
	type As String, _
	tfla As TrackerFieldListArg(), _
	isMandatory As Boolean _
)
Visual C++
public:
OCTrackerField(
	int id, 
	String^ name, 
	String^ type, 
	array<TrackerFieldListArg^>^ tfla, 
	bool isMandatory
)

Parameters

id
Type: System..::.Int32
The field id
name
Type: System..::.String
The name of the field
type
Type: System..::.String
The type of the tracker field
tfla
Type: array<OfficeClip.BusinessLayer.Service..::.TrackerFieldListArg>[]()[]
the tracker field arguments. This is currently used if the field is a list.
isMandatory
Type: System..::.Boolean
Is the field mandatory

See Also