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

Populates the service tracker fields object

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

Syntax

C#
public OCTrackerFields Populate(
	int projectId
)
Visual Basic (Declaration)
Public Function Populate ( _
	projectId As Integer _
) As OCTrackerFields
Visual C++
public:
OCTrackerFields^ Populate(
	int projectId
)

Parameters

projectId
Type: System..::.Int32
The unique id of the project

Return Value

The Service Tracker Field object

See Also