Gets the portal settings dictionary.
Namespace: DotNetNuke.Entities.PortalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public Dictionary<string, string> GetPortalSettings( int portalId ) |
| Visual Basic |
|---|
Public Function GetPortalSettings ( portalId As Integer ) As Dictionary(Of String, String) |
Parameters
- portalId
- Type: System..::..Int32
The portal ID.