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

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

Opens the specified subscription using its identifier.

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

public static Subscription Open(
	ConnectionId connectionId,
	SessionId sessionId,
	Guid subscriptionId
)

Parameters

connectionId
Type: ContentStudioConnectionId
The connection id.
sessionId
Type: ContentStudio.SecuritySessionId
The session id.
subscriptionId
Type: SystemGuid
The subscription identifier.

Return Value

Type: Subscription
A Subscription instance that represent the subscription.
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
ArgumentExceptionThe specified subscriptionId does not exist.
SqlExceptionAn error occurred when executing the command against the Content Studio database
Content Studio permissions

This method can only successfully be executed by sessions that have the ServiceQueueAdmin global right or have READ permission on the category.
See Also

Reference