Click or drag to resize
DocumentHelperGetDocuments Method (String)
Gets the query for all documents (latest versions) of specific type

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static DocumentQuery GetDocuments(
	string className
)

Parameters

className
Type: SystemString
Class name representing document type

Return Value

Type: DocumentQuery
See Also