DocumentHelperGetDocumentsTDocument Method |
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<TDocument> GetDocuments<TDocument>()
where TDocument : new(), TreeNode
Type Parameters
- TDocument
- Type of the instances returned by the query.
Return Value
Type:
DocumentQueryTDocumentSee Also