UpdateSettings updates the settings in the Data Store

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

Syntax

C#
public abstract void UpdateSettings()
Visual Basic
Public MustOverride Sub UpdateSettings

Remarks

This method must be overriden in the inherited class

See Also