Gets the decrypted value of an encrypted folder mapping setting

Namespace: DotNetNuke.Services.FileSystem
Assembly: 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

ExceptionCondition
System..::..ArgumentNullExceptionthe input parameters of the method cannot be null

See Also