SharpSchedule

ScheduledStaffManager.FetchStaff Method 

Fetch a collection of staff members by the given plan id.

[Visual Basic]
Public Function FetchStaff( _
   ByVal planId As Long _
) As StaffCollection
[C#]
public StaffCollection FetchStaff(
   long planId
);

Parameters

planId
The plan id that staff are being used on.

Return Value

A collection of the planned staff.

See Also

ScheduledStaffManager Class | Ozanam.Schedule.Store.Database.ScheduleAccess Namespace