SubscriptionInformationExtendedInformation Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets extended information for the subscriber. This parameter can be null (Nothing in Visual Basic) if a extended data was not used.

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

public string ExtendedInformation { get; }

Property Value

Type: String
The extended information.
Remarks

This property can be filled with more detailed meta data of the user. Depending on your implementation this can be a comma-separated list of values, an Url-encoded string of properties (like a regular Html query string) or an Xml document.
See Also

Reference