Click or drag to resize
VersionManagerGetInstance Method
Gets the instance of the manager.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static VersionManager GetInstance(
	TreeProvider tree
)

Parameters

tree
Type: CMS.DocumentEngineTreeProvider
TreeProvider instance to use

Return Value

Type: VersionManager
See Also