Click or drag to resize
DocumentCategoryInfoProviderDeleteDocumentCategoryInfoInternal Method
Deletes specified documentCategory.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteDocumentCategoryInfoInternal(
	DocumentCategoryInfo infoObj
)

Parameters

infoObj
Type: CMS.DocumentEngineDocumentCategoryInfo
DocumentCategory object
See Also