SharpSchedule

ScheduledClientManager.FetchClients Method 

Fetch the clients for the given plan id.

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

Parameters

planId
The id of the plan.

Return Value

A collection of type ClientCollection that contains Client objects linked to the given plan.

See Also

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