Click or drag to resize
AdapterPublish Method
Publishes the specified message.

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public abstract PublishResult Publish(
	PublishData data
)

Parameters

data
Type: Dynamicweb.Content.SocialPublishData
The message data.

Return Value

Type: PublishResult
The result of publishing a message.
See Also