Returns bool property value. If property is not set, returns value from the UI context with the same name.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- name
- Type: System String
Property name or UIContext key
- defaultValue
- Type: System Boolean
Default value for empty properties
- useSecure (Optional)
- Type: System Boolean
If true, secure mode is used for getting property (value is not get from query string when not found in collection)
Return Value
Type: BooleanSee Also