Click or drag to resize
DocumentHelperGetDocumentsTDocument Method
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<TDocument> GetDocuments<TDocument>()
where TDocument : new(), TreeNode

Type Parameters

TDocument

Return Value

Type: DocumentQueryTDocument
See Also