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

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

Gets a collection of extended properties passed in.

Namespace: ContentStudio.EventActions.SynchronousEventHandlers
Assembly: SyncEvtHand (in SyncEvtHand.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IDictionary<string, string> ExtendedProperties { get; }

Property Value

Type: IDictionaryString, String
The extended properties. This collection is filled in the ParseInputXml(String) method. Not all events supplies extended properties, thus this collection can be empty.
See Also

Reference