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

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

Saves the Subscription data represented by this instance back to the underlying database.

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

public void Save()
Exceptions

ExceptionCondition
CSExceptionA business rule was violated in the underlying Content Studio database
CSPermissionDeniedExceptionThe caller has no permission to perform the requested action
CSInvalidSessionExceptionThe session is invalid
CSInvalidParameterExceptionA parameter has an invalid value
NotSupportedException The value of the SubscriptionType is not supported. - or - The type of category represented by CategoryId is not supported for subscriptions.
ArgumentOutOfRangeException The length of either the EventhandlerMoniker or the Sender properties exceeds the allowed length.
SqlExceptionAn error occurred when executing the command against the Content Studio database
See Also

Reference