Sitecore 5.1.1 API

State.DisableItemChangeRegistering Property

Gets or sets a boolean that indicates of item changes are registered.

[Visual Basic]
Public Shared Property DisableItemChangeRegistering As Boolean
[C#]
public static bool DisableItemChangeRegistering {get; set;}

Remarks

The scope of the value is thread and it is stored in the thread variable "SC_COMMIT_DISABLED".

See Also

State Class | Sitecore.Configuration Namespace