Click or drag to resize
TreeNodeCheckIn Method
Checks the document in.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual void CheckIn(
	string versionNumber = null,
	string versionComment = null
)

Parameters

versionNumber (Optional)
Type: SystemString
Version number
versionComment (Optional)
Type: SystemString
Version comment
See Also