RecursionControl Constructor |
Constructor
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public RecursionControl(
string key,
bool allowRecursion = false
)
Parameters
- key
- Type: SystemString
Section key - Uniquely identifies the section entry - allowRecursion (Optional)
- Type: SystemBoolean
If true, and the section key is set, the recursion is allowed for the calls with the same key
See Also