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