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

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

Adds, but does not activates, a single subscriber to a category that is subscribable.

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

public string AddSubscription(
	string subscriptionDefinitionKey,
	string subscriptionDefinitionName,
	string subscriptionType,
	string subscriberName,
	string subscriberAddress,
	string externalMembershipProviderName,
	Object externalSubscriberIdentifier
)

Parameters

subscriptionDefinitionKey
Type: SystemString
The subscription definition key.
subscriptionDefinitionName
Type: SystemString
Name of the subscription definition.
subscriptionType
Type: SystemString
Type of the subscription.
subscriberName
Type: SystemString
Name of the subscriber.
subscriberAddress
Type: SystemString
The subscriber address.
externalMembershipProviderName
Type: SystemString
Name of the external membership provider.
externalSubscriberIdentifier
Type: SystemObject
The external subscriber identifier.

Return Value

Type: String
An identifier to the newly added subscription

Implements

ISubscriptionManagerAddSubscription(String, String, String, String, String, String, Object)
See Also

Reference