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

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

Gets the name of a subscription definition based on its key identifier.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static string GetSubscriptionDefinitionName(
	int connectionId,
	int sessionId,
	string key
)

Parameters

connectionId
Type: SystemInt32
The connection id.
sessionId
Type: SystemInt32
The session id.
key
Type: SystemString
The key identifier.

Return Value

Type: String
The name of the subscription definition
See Also

Reference