| AdapterCanPublish Method |
Returns value indicating whether the given message can be published.
Namespace: Dynamicweb.Content.SocialAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public bool CanPublish(
PublishData data
)
Public Function CanPublish (
data As PublishData
) As Boolean
Parameters
- data
- Type: Dynamicweb.Content.SocialPublishData
Message data.
Return Value
Type:
BooleanValue indicating whether the given message can be published.
Remarks See Also