Click or drag to resize
DocumentCategoryInfoProviderGetDocumentCategoriesInternal Method
Returns a query for all the DocumentCategoryInfo objects.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual ObjectQuery<DocumentCategoryInfo> GetDocumentCategoriesInternal()

Return Value

Type: ObjectQueryDocumentCategoryInfo
See Also