DocumentHelperGetDocuments Method (String) |
Gets the query for all documents (latest versions) of specific type
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax public static DocumentQuery GetDocuments(
string className
)
Parameters
- className
- Type: SystemString
Class name representing document type
Return Value
Type:
DocumentQuerySee Also