SubscriptionEventHandlerBaseCreateMessage Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

When implemented in derived class creates a message to be sent out to subscribers. This method gets called once from the event handler.

Namespace: ContentStudio.Document.Subscription.EventHandler
Assembly: CSSubscriptionEventHandler (in CSSubscriptionEventHandler.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected abstract void CreateMessage()
Remarks

Normally you read the message from a document in Content Studio but you can also combine this message with external message data.
See Also

Reference