ScheduleCollectionItem Property (Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the Schedule at the specified index.

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

public Schedule this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the element to get.

Property Value

Type: Schedule
Exceptions

ExceptionCondition
ArgumentOutOfRangeException index is less than 0. - or - index is equal to or greater than Count.
See Also

Reference