ScheduleAddWeekDays Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Adds one of more week days to the schedule. If the week day already exists in the schedule the value is ignored.

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

public void AddWeekDays(
	params DayOfWeek[] weekDays
)

Parameters

weekDays
Type: SystemDayOfWeek
One or more DayOfWeek values to add.
Exceptions

ExceptionCondition
InvalidEnumArgumentExceptionweekDays is not a member of DayOfWeek.
ArgumentNullExceptionweekDays was null
See Also

Reference