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

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

Gets the document identifier of an object that has been scheduled by an external provider.

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

protected string ExternalDocumentId { get; }

Property Value

Type: String
The identifier, This value is null for events triggered from Content Studio. This value is set in the ParseInputXml(String) method.
Remarks

This property was added in Content Studio 5.7 Sp1
See Also

Reference