LockedSection Constructor (Boolean, String) |
Constructor, locks the section on the given string key.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public LockedSection(
bool condition,
string lockKey
)
Parameters
- condition
- Type: SystemBoolean
Boolean condition for the locking - lockKey
- Type: SystemString
String key to use for the lock
See Also