Gets the decrypted value of an encrypted folder mapping setting
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public string GetEncryptedSetting( Hashtable folderMappingSettings, string settingName ) |
Visual Basic |
---|
Public Function GetEncryptedSetting ( folderMappingSettings As Hashtable, settingName As String ) As String |
Parameters
- folderMappingSettings
- Type: System.Collections..::..Hashtable
Folder mapping settings
- settingName
- Type: System..::..String
Setting name
Return Value
decrypted value
Remarks
If the value is not set the method returns null
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | the input parameters of the method cannot be null |