Click or drag to resize
RecursionControl Constructor
Constructor

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