Click or drag to resize
AdapterCanPublish Method
Returns value indicating whether the given message can be published.

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public bool CanPublish(
	PublishData data
)

Parameters

data
Type: Dynamicweb.Content.SocialPublishData
Message data.

Return Value

Type: Boolean
Value indicating whether the given message can be published.
Remarks