C-DEngine 5.105

TheBaseAssets..::..SetCustomAppParameter Method

Note: This API is now obsolete.
RETIRED: Use TheCDESettingsFactory.SetSetting()

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


[ObsoleteAttribute]
public static bool SetCustomAppParameter(
	string pName,
	string pValue
)
<ObsoleteAttribute> _
Public Shared Function SetCustomAppParameter ( _
	pName As String, _
	pValue As String _
) As Boolean
[ObsoleteAttribute]
public:
static bool^ SetCustomAppParameter(
	String^ pName, 
	String^ pValue
)

Parameters

pName
Type: String
pValue
Type: String

Return Value