Click or drag to resize
DocumentCategoryInfoProviderGetDocumentCategories Method (Int32)
Returns all categories the document is a member of.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<CategoryInfo> GetDocumentCategories(
	int documentId
)

Parameters

documentId
Type: SystemInt32
ID of the document categories are related to.

Return Value

Type: ObjectQueryCategoryInfo
See Also