SubscriptionInformationCreate Method (Guid, String, SubscriptionToHandle, SubscriptionInformationTypeOfAddress, String, Boolean) 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
)

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.

Return Value

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

Reference