DocumentCategoryInfoProviderGetDocumentCategoryInfoInternal Method |
Note: This API is now obsolete.
Returns the DocumentCategoryInfo structure for the specified documentCategory.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Use Get(int, int) instead.")]
protected virtual DocumentCategoryInfo GetDocumentCategoryInfoInternal(
int documentId,
int categoryId
)
Parameters
- documentId
- Type: SystemInt32
DocumentID - categoryId
- Type: SystemInt32
CategoryID
Return Value
Type:
DocumentCategoryInfoSee Also