SharpSchedule

PlanAccessHelper.RemoveClient Method 

Remove the scheduled client member from the plan.

[Visual Basic]
Public Sub RemoveClient( _
   ByVal plan As Plan, _
   ByVal id As Long, _
   ByVal user As String _
)
[C#]
public void RemoveClient(
   Plan plan,
   long id,
   string user
);

Parameters

plan
The plan that is being acted on.
id
The public id of the client.
user
User requesting the action.

See Also

PlanAccessHelper Class | Ozanam.Schedule.Web.Database Namespace