Updates a single neutral (not language specific) portal setting and clears it from the cache.
Namespace: DotNetNuke.Entities.PortalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static void UpdatePortalSetting( int portalID, string settingName, string settingValue ) |
Visual Basic |
---|
Public Shared Sub UpdatePortalSetting ( portalID As Integer, settingName As String, settingValue As String ) |
Parameters
- portalID
- Type: System..::..Int32
The portal ID.
- settingName
- Type: System..::..String
Name of the setting.
- settingValue
- Type: System..::..String
The setting value.