Schedule Constructor (String, DateTime, Boolean) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Schedule class.

Namespace: ContentStudio.Document.Subscription
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public Schedule(
	string name,
	DateTime start,
	bool immediate
)

Parameters

name
Type: SystemString
The name of the schedule.
start
Type: SystemDateTime
The start time of the schedule.
immediate
Type: SystemBoolean
if set to true this schedule indicates that the next occurrence is immediately.
See Also

Reference