Click or drag to resize

ModulePermissionHelperHasPermission Method (Module, PermissionLevel)

Namespace:  Dynamicweb.Modules
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static bool HasPermission(
	Module theModule,
	PermissionLevel level
)

Parameters

theModule
Type: Dynamicweb.ModulesModule
level
Type: Dynamicweb.Security.PermissionsPermissionLevel

Return Value

Type: Boolean
See Also