Click or drag to resize
LockedSection Constructor (Boolean, String)
Constructor, locks the section on the given string key.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
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