SchedulingUrlFactoryGetSchedulerUrl Method |
Returns URL to scheduler page based on site and task availability type.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 13.0.131
Syntax public static string GetSchedulerUrl(
int siteId,
TaskAvailabilityEnum taskType,
Nullable<int> taskId = null
)
Parameters
- siteId
- Type: SystemInt32
Site identifier - taskType
- Type: CMS.SchedulerTaskAvailabilityEnum
Task availability type - taskId (Optional)
- Type: SystemNullableInt32
Optional task identifier
Return Value
Type:
StringSee Also