Click or drag to resize
CMSEventArgsLock Method

Note: This API is now obsolete.

Locks the event on the given lock object. The context stays locked until the handler is disposed.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public CMSEventArgs Lock(
	Object lockObject
)

Parameters

lockObject
Type: SystemObject
Lock object

Return Value

Type: CMSEventArgs
See Also