TreeProviderSelectNodesNodeType Method |
Gets the query for all published documents of specific type
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public virtual DocumentQuery<NodeType> SelectNodes<NodeType>()
where NodeType : new(), TreeNode
Type Parameters
- NodeType
- Type of the instances returned by the query.
Return Value
Type:
DocumentQueryNodeTypeSee Also