Click or drag to resize
DocumentCategoryInfoProviderDeleteDocumentCategoryInfo Method (Int32, Int32)
Deletes specified documentCategory.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void DeleteDocumentCategoryInfo(
	int documentId,
	int categoryId
)

Parameters

documentId
Type: SystemInt32
DocumentID
categoryId
Type: SystemInt32
CategoryID
See Also