Sitecore 5.0 API

Item.Locking Property

Provides to the Locking framework.

[Visual Basic]
Public ReadOnly Property Locking As ItemLocking
[C#]
public Sitecore.Data.Locking.ItemLocking Locking {get;}

Remarks

A lock ensures that only one user can edit an item at a time. Before an user starts editing an item, he or she must obtain a lock on the item. If another user has locked the item, the user cannot obtain the lock and cannot edit the user. When the user finishes editing the item, he or she must release the lock.

See Also

Item Class | Sitecore.Data.Items Namespace