LayoutManagerCanLayout Method |
Determines if the current user has permission to perform page layout. This is controlled by the following Policies:
- Layout - Allows page layout in all environments except production (per IsProduction).
- ProductionLayout - Allows page layout in all environments, including production.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool CanLayout(
IAppContext cxt
)
Public Shared Function CanLayout (
cxt As IAppContext
) As Boolean
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
BooleanTrue if layout is allowed, else false.
See Also