Click or drag to resize
CacheSynchronizationLogRemoveTask Method
Logs the web farm synchronization task for remove operation

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void LogRemoveTask(
	string originalKey,
	bool caseSensitive
)

Parameters

originalKey
Type: SystemString
Original key
caseSensitive
Type: SystemBoolean
Case sensitive
See Also