Click or drag to resize
VersionManagerCheckInInternal Method
Checks provided node in and stores it in the versioning history.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void CheckInInternal(
	TreeNode node,
	string versionNumber,
	string versionComment
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
versionNumber
Type: SystemString
Version number
versionComment
Type: SystemString
Version comment
See Also