ViewSchedule.IsValidCategoryForSchedule
Method
Description:
Checks whether a category can be used for a regular schedule.
Checks whether a category can be used for a regular schedule.
Parameters
| Parameter | Type | Description |
|---|---|---|
| categoryId | ElementId | The category ID to check. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the category can be used for a regular schedule, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |