SecurityPanel Class |
Namespace: CMS.Base.Web.UI
public class SecurityPanel : CMSPlaceHolder, INamingContainer
The SecurityPanel type exposes the following members.
Name | Description | |
---|---|---|
SecurityPanel |
Name | Description | |
---|---|---|
CommunityGroupID |
ID of group (needed only if SecurityAccess is set to GroupAdmin or GroupMembers.
| |
IsLiveSite |
Indicates if control is used on live site.
(Inherited from CMSPlaceHolder.) | |
OwnerID |
ID of owner (needed only if SecurityAccess is set to Owner).
| |
Roles |
Semicolon-separated role codenames.
| |
SecurityAccess |
Sets or gets SecurityAccessEnum.
| |
ShortID |
Short ID of the control.
(Inherited from CMSPlaceHolder.) |
Name | Description | |
---|---|---|
Append(String) |
Appends the given content to the placeholder
(Inherited from CMSPlaceHolder.) | |
Append(Control) |
Appends the given control to the placeholder
(Inherited from CMSPlaceHolder.) | |
Clear |
Clears the placeholder content
(Inherited from CMSPlaceHolder.) | |
FinishCurrent |
Appends the given content to the placeholder
(Inherited from CMSPlaceHolder.) | |
OnInit |
Init event handler.
(Inherited from CMSPlaceHolder.) | |
OnLoad |
OnLoad.
(Overrides ControlOnLoad(EventArgs).) | |
OnPreRender |
OnPrerender - Set visibility if dirty bit is sets.
(Overrides CMSPlaceHolderOnPreRender(EventArgs).) | |
SetVisibility |
Sets the panel visibility with dependence on panel settings.
|
Name | Description | |
---|---|---|
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) |