| PostGetPublishData Method |
Returns the publish data to publish to the channel.
Namespace: Dynamicweb.Content.SocialAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public PublishData GetPublishData(
bool saveLinks
)
Public Function GetPublishData (
saveLinks As Boolean
) As PublishData
Parameters
- saveLinks
- Type: SystemBoolean
Return Value
Type:
PublishDataPublish data.
See Also