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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeleteDocumentCategoryInfo(
	DocumentCategoryInfo infoObj
)

Parameters

infoObj
Type: CMS.DocumentEngineDocumentCategoryInfo
DocumentCategory object
See Also