| VersionManagerPublishAttachmentsInternal Method  | 
            Publishes the attachments for the given document.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntaxprotected virtual void PublishAttachmentsInternal(
	TreeNode node,
	int versionHistoryId = 0
)
Parameters
- node
 - Type: CMS.DocumentEngineTreeNode
Document node - versionHistoryId (Optional)
 - Type: SystemInt32
Version history for which the attachments should be published 
See Also