ICSContentContainerReturnedPropertyCollection 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 property names/value items that the event handler implementer needs to make available to Content Studio server after that the event handler has executed.

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

IDictionary<string, Object> ReturnedPropertyCollection { get; }

Property Value

Type: IDictionaryString, Object
Only a subset of events honors this the returned property collection.
Remarks

Only a subset of events honors the returned property collection.

See Also

Reference

Other Resources