AppointmentStatusCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add(AppointmentStatusType, String, String, Color) | type, displayName, menuCaption, color | Adds a new appointment status item with the specified settings to the collection. |
Add(Color, String) | color, displayName | Adds a new appointment status item with the specified settings to the collection. |
Add(Color, String, String) | color, displayName, menuCaption | Adds a new appointment status item with the specified settings to the collection. |
Add(Object, AppointmentStatusType, String, String, Color) | id, type, displayName, menuCaption, color | Adds a new appointment status item with the specified settings to the collection. |
Feedback