Build the Settings Dictionary and return it to the caller to persist to the database

Namespace: DotNetNuke.Entities.Urls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
Dictionary<string, string> SaveSettings()
Visual Basic
Function SaveSettings As Dictionary(Of String, String)

Return Value

returnsM:DotNetNuke.Entities.Urls.IExtensionUrlProviderSettingsControl.SaveSettings

See Also