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

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

Removes an occurrence at a specific location.

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

public void RemoveOccurences(
	int index
)

Parameters

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

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

Reference