C-DEngine 5.105

TheASPCoreSettings..::..GetAppSetting Method

Namespace:  cdeASPNetMiddleware
Assembly:  cdeASPNet (in cdeASPNet.dll)

Syntax


public string GetAppSetting(
	string pSetting,
	string alt,
	bool IsEncrypted,
	bool IsAltDefault,
	Nullable<Guid> pOwner
)
Public Function GetAppSetting ( _
	pSetting As String, _
	alt As String, _
	IsEncrypted As Boolean, _
	IsAltDefault As Boolean, _
	pOwner As Nullable(Of Guid) _
) As String
public:
String^ GetAppSetting(
	String^ pSetting, 
	String^ alt, 
	bool^ IsEncrypted, 
	bool^ IsAltDefault, 
	Nullable<Guid^> pOwner
)

Parameters

pSetting
Type: String
alt
Type: String
IsEncrypted
Type: Boolean
IsAltDefault
Type: Boolean
pOwner
Type: Nullable<(Of <(<'Guid>)>)>