summaryM:DotNetNuke.Services.Authentication.OAuth.OAuthConfigBase.ClearConfig(System.String,System.Int32)

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

Syntax

C#
public static void ClearConfig(
	string service,
	int portalId
)
Visual Basic
Public Shared Sub ClearConfig ( 
	service As String,
	portalId As Integer
)

Parameters

service
Type: System..::..String
paramserviceM:DotNetNuke.Services.Authentication.OAuth.OAuthConfigBase.ClearConfig(System.String,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Authentication.OAuth.OAuthConfigBase.ClearConfig(System.String,System.Int32)

See Also