Click or drag to resize
DocumentHelperGetVersionsSelectQuery Method
Returns versions select query for the given tree provider.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetVersionsSelectQuery(
	TreeProvider tree,
	string classNames
)

Parameters

tree
Type: CMS.DocumentEngineTreeProvider
Tree provider
classNames
Type: SystemString
Class names - if null, default document query is returned.

Return Value

Type: String
See Also