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

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

Gets or sets the status to report back to Content Studio after a successful operation. This message will be recorded in the Content Studio event log.

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

protected string Status { get; set; }

Property Value

Type: String
The textual message to report back to Content Studio. When the event handler completes and the Status has not been set, this property returns the value Operation completed successfully.
Exceptions

ExceptionCondition
ArgumentNullException
Remarks

Implementers set this property whenever there is a need to supply their own status messages to Content Studio.

See Also

Reference