Click or drag to resize
DocumentCategoryInfoProviderGet Method (Int32, Int32)
Gets an instance of the DocumentCategoryInfo binding structure.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public virtual DocumentCategoryInfo Get(
	int documentId,
	int categoryId
)

Parameters

documentId
Type: SystemInt32
Page ID.
categoryId
Type: SystemInt32
Content category ID.

Return Value

Type: DocumentCategoryInfo
Returns an instance of DocumentCategoryInfo corresponding to given identifiers or null.

Implements

IDocumentCategoryInfoProviderGet(Int32, Int32)
See Also