DocumentHelperGetVersionsSelectQuery Method |
Returns versions select query for the given tree provider.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax 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:
StringSee Also