VersionManagerPublishVersion Method |
Puts the specified node history version to the front DB tables.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax public void PublishVersion(
int versionHistoryId,
bool checkPublish = true
)
Parameters
- versionHistoryId
- Type: SystemInt32
ID of the version history record - checkPublish (Optional)
- Type: SystemBoolean
If true, the ToBePublished item is checked to find out whether to publish or not
See Also