Click or drag to resize
ExtenderT Constructor
Initializes a new instance of the Extender class with the specified scope.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected Extender(
	string scope
)

Parameters

scope
Type: SystemString
The extender scope.
Remarks
Two scopes are considered equal when the string values are equal. The comparison is case-insensitive.
See Also