Click or drag to resize
TreeProviderSelectNodes Method (String)
Gets the query for all published documents of specific type

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public virtual DocumentQuery SelectNodes(
	string className
)

Parameters

className
Type: SystemString
Class name representing document type

Return Value

Type: DocumentQuery
See Also