Sets the ApplicationName for the MemberRole API

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

Syntax

C#
public static void SetApplicationName(
	string ApplicationName
)
Visual Basic
Public Shared Sub SetApplicationName ( 
	ApplicationName As String
)

Parameters

ApplicationName
Type: System..::..String
The Application Name to set

Remarks

This overload takes a the PortalId

See Also