Click or drag to resize
DocumentCategoryInfoProviderRemoveDocumentFromCategoriesInternal Method
Removes all categories from given document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void RemoveDocumentFromCategoriesInternal(
	int documentId,
	bool logSynchronization
)

Parameters

documentId
Type: SystemInt32
ID of document
logSynchronization
Type: SystemBoolean
Indicates if staging tasks should be logged
See Also