CyberStore E-Payment 2023 Documentation
RequireLogin Property (CyberStoreBaseControl)


Dovetail.Ecommerce.ControlBases Namespace > CyberStoreBaseControl Class : RequireLogin Property
Gets or sets a value indicating whether login is required to load the control.

Property Value

true to require login to load the control, false (default) if not.
Remarks

When true, if the shopper is not logged in then the control is ignored, all processing is stopped. The OnInit, OnPreRender, OnPageLoad, OnDataBinding and OnUnload events are canceled and the control is forced to not Visible.

When a control is ignored, any sub-controls are also ignored by default. In the same way, if a control's parent CyberStore control is ignored, the control will also be ignored.

See Also

Reference

CyberStoreBaseControl Class
CyberStoreBaseControl Members