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

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

Gets the regular properties that was passed in to the event handler.

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

protected PassedInSubscriptionXmlData Properties { get; }

Property Value

Type: PassedInSubscriptionXmlData
The properties. This property is null until the EventHandler(Int32, Int32, String, String, ICSCredentialsContainer, Int32, String) method has been invoked
See Also

Reference