Click or drag to resize

WebPageExecutingBaseExtensionsHasPermission Method (WebPageExecutingBase, Guid)

Namespace:  Novalys.VisualGuard.Security.Web
Assembly:  Novalys.VisualGuard.Security.WebMvc (in Novalys.VisualGuard.Security.WebMvc.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public static bool HasPermission(
	this WebPageExecutingBase obj,
	Guid permId
)

Parameters

obj
Type: WebPageExecutingBase
permId
Type: SystemGuid

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type WebPageExecutingBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also