Initializes a new instance of the Extender class with the specified scope.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax 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