SubscriptionInformationCreate Method (Guid, String, SubscriptionToHandle, SubscriptionInformationTypeOfAddress, String, Boolean, String, Object, String) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Creates an instance of the SubscriptionInformation class.

Namespace: ContentStudio.Document.Subscription.EventHandler
Assembly: CSSubscriptionEventHandler (in CSSubscriptionEventHandler.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static SubscriptionInformation Create(
	Guid subscriptionId,
	string subscriberAddress,
	SubscriptionToHandle subscriptionType,
	SubscriptionInformationTypeOfAddress subscriberAddressType,
	string subscriberName,
	bool activated,
	string memberShipProviderName,
	Object identifierInMembershipProvider,
	string extendedInformation
)

Parameters

subscriptionId
Type: SystemGuid
The subscription id.
subscriberAddress
Type: SystemString
The subscriber address.
subscriptionType
Type: ContentStudio.Document.Subscription.EventHandlerSubscriptionToHandle
Type of the subscription.
subscriberAddressType
Type: ContentStudio.Document.Subscription.EventHandlerSubscriptionInformationTypeOfAddress
Type of the subscriber address.
subscriberName
Type: SystemString
Name of the subscriber.
activated
Type: SystemBoolean
Indicates whether the subscriber is actived.
memberShipProviderName
Type: SystemString
Name of the member ship provider.
identifierInMembershipProvider
Type: SystemObject
The identifier in membership provider.
extendedInformation
Type: SystemString
Extended information data for the subscriber.

Return Value

Type: SubscriptionInformation
A new instance of the SubscriptionInformation.
See Also

Reference