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

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

Gets or a collections of extended properties that was sent 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 PassedInXmlPropertyCollection ExtendedProperties { get; }

Property Value

Type: PassedInXmlPropertyCollection
a PassedInXmlPropertyCollection that contains the extended properties. This property is null until the EventHandler(Int32, Int32, String, String, ICSCredentialsContainer, Int32, String) method has been invoked
See Also

Reference