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: 9.0.0
Syntax
C#
public static InfoDataSet<TreeNode> 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: InfoDataSetTreeNode
See Also