Gets the ApplicationName for the MemberRole API.

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

Syntax

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

Return Value

returnsM:DotNetNuke.Common.Globals.GetApplicationName

Remarks

This overload is used to get the current ApplcationName. The Application Name is in the form Prefix_Id, where Prefix is the object qualifier for this instance of DotNetNuke, and Id is the current PortalId for normal users or glbSuperUserAppName for SuperUsers.

See Also