[]
        
(Showing Draft Content)

C1.Schedule.Appointment.Categories

Categories Property

Categories

Gets or sets the CategoryList object which holds the set of categories assigned to the appointment. Categories may be associated with an appointment to effectively group appointments. An appointment may be associated with multiple categories.

Declaration
public CategoryList Categories { get; set; }
Remarks

This property only accepts Category objects which are present in the C1ScheduleStorage.CategoryStorage storage.