SharpSchedule

PlanAccessHelper.Add Method 

Add the plan to the database.

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

Parameters

plan
Missing <param> documentation for plan
user
The user logged in creating the plan.

See Also

PlanAccessHelper Class | Ozanam.Schedule.Web.Database Namespace