Click or drag to resize
ObjectTypeInfoSupportsLocking Property
Determines whether the object type supports object locking (check out and check in). The default value is false.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool SupportsLocking { get; set; }

Property Value

Type: Boolean
See Also