Define the webportal for this application

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public void SetWebPortal(
	VGApplication application,
	VGWebPortal webPortal
)
Visual Basic
Public Sub SetWebPortal ( 
	application As VGApplication,
	webPortal As VGWebPortal
)

Parameters

application
Type: Novalys.VisualGuard.Security.Membership..::..VGApplication
Application to need to define the webportal
webPortal
Type: Novalys.VisualGuard.Security.Membership..::..VGWebPortal
Webportal you need to put in the application selected

See Also