summaryM:DotNetNuke.Services.Authentication.AuthenticationConfig.GetConfig(System.Int32)

Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static AuthenticationConfig GetConfig(
	int portalId
)
Visual Basic
Public Shared Function GetConfig ( 
	portalId As Integer
) As AuthenticationConfig

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Authentication.AuthenticationConfig.GetConfig(System.Int32)

Return Value

returnsM:DotNetNuke.Services.Authentication.AuthenticationConfig.GetConfig(System.Int32)

See Also