Sets the ApplicationName for the MemberRole API

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void SetApplicationName(
	int PortalID
)
Visual Basic
Public Shared Sub SetApplicationName ( 
	PortalID As Integer
)

Parameters

PortalID
Type: System..::..Int32
The Portal Id

Remarks

This overload takes a the PortalId

See Also