CMSConditionalLayout Class |
Namespace: CMS.PortalControls
public class CMSConditionalLayout : PlaceHolder
The CMSConditionalLayout type exposes the following members.
Name | Description | |
---|---|---|
CMSConditionalLayout |
Name | Description | |
---|---|---|
CheckLayoutVisible |
Checks whether the layout is visible or not and returns the state of the layout
| |
OnLoad |
Load event handler
(Overrides ControlOnLoad(EventArgs).) |
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
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.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
mGroupVisible |
Returns the state of the visibility of the control within the group
| |
mPagePlaceholder |
Parent page placeholder.
| |
mVisible |
Returns true if the layout is visible.
| |
mWebPartZones |
List of the inner web part zones.
|
Name | Description | |
---|---|---|
ActiveInDesignMode |
If true, the layout behaves actively in design mode of the page, meaning that it evaluates it's display condition
| |
GroupName |
Name of the layout group to which the layout belongs. If more layouts use the same group, only the first one that matches the visibility condition is displayed.
| |
PagePlaceholder |
Parent page placeholder.
| |
Visible |
Returns true if the layout is visible.
(Overrides ControlVisible.) | |
VisibleForDeviceProfiles |
List of device profile names separated by semicolon in which current device must belong in order to display the layout
| |
VisibleForDocumentTypes |
If true, the layout is shown only for given document types. The value contains list of document type class names separated by semicolon, e.g. "CMS.Article;CMS.Product"
| |
VisibleForDomains |
List of domain names separated by semicolon for which the layout is displayed
| |
VisibleForRoles |
List of role names separated by semicolon to which the user must belong in order to display the layout
| |
WebPartZones |
Returns the list of all the inner web part zones (CMSWebPartZone controls).
|