Click or drag to resize
DocumentHelperGetDocuments Method (NodeSelectionParameters, TreeProvider)
Returns latest version documents data in a dataset.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static TreeNodeDataSet GetDocuments(
	NodeSelectionParameters parameters,
	TreeProvider tree
)

Parameters

parameters
Type: CMS.DocumentEngineNodeSelectionParameters
Parameters for the node selection
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider to use

Return Value

Type: TreeNodeDataSet
See Also