Gets the ApplicationName for the MemberRole API.

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

Syntax

C#
public static string GetApplicationName(
	int PortalID
)
Visual Basic
Public Shared Function GetApplicationName ( 
	PortalID As Integer
) As String

Parameters

PortalID
Type: System..::..Int32
paramPortalIDM:DotNetNuke.Common.Globals.GetApplicationName(System.Int32)

Return Value

returnsM:DotNetNuke.Common.Globals.GetApplicationName(System.Int32)

Remarks

This overload is used to build the Application Name from the Portal Id

See Also