Interface IExtensionUrlProviderSettingsControl
Namespace: DotNetNuke.Entities.Urls
Assembly: DotNetNuke.dll
Syntax
public interface IExtensionUrlProviderSettingsControl
Properties
| Improve this Doc View SourceProvider
Declaration
ExtensionUrlProviderInfo Provider { get; set; }
Property Value
Type | Description |
---|---|
ExtensionUrlProviderInfo |
Methods
| Improve this Doc View SourceLoadSettings()
Declaration
void LoadSettings()
SaveSettings()
Build the Settings Dictionary and return it to the caller to persist to the database.
Declaration
Dictionary<string, string> SaveSettings()
Returns
Type | Description |
---|---|
Dictionary<System.String, System.String> | A |