Click or drag to resize
TreeProviderSelectNodesNodeType Method
Gets the query for all published documents of specific type

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual DocumentQuery<NodeType> SelectNodes<NodeType>()
where NodeType : new(), TreeNode

Type Parameters

NodeType
Type of the instances returned by the query.

Return Value

Type: DocumentQueryNodeType
See Also