SubscriptionGetSubscriptionInformation Method (ConnectionId, SessionId, Guid) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets information for a particular subscription.

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

public static SubscriptionInfo GetSubscriptionInformation(
	ConnectionId connectionId,
	SessionId sessionId,
	Guid identifier
)

Parameters

connectionId
Type: ContentStudioConnectionId
A value that identifies the web site
sessionId
Type: ContentStudio.SecuritySessionId
A value that identifies the user's session. This value typically is retrieved from a call to the OpenSession method.
identifier
Type: SystemGuid
The identifier of the subscription to get.

Return Value

Type: SubscriptionInfo
A SubscriptionInfo object if found; otherwise null.
Exceptions

ExceptionCondition
SqlExceptionAn error occurred when communicating with the underlying database.
Content Studio permissions

This method can successfully be executed by any caller that has access to a valid identifier.
See Also

Reference