GetSiteConfigField (server-side)
Use this routine to retrieve a field value from the Site Configuration store.
Definition
GetSiteConfigField(sResourceName,
sPropertyName)
Parameters
sResourceName
A string containing the name of the resource associated with the field being requested.
sPropertyName
A string containing the name of the property corresponding to the field being requested.
Return Value
The value currently associated with the sPropertyName property of the sResourceName resource in the Site Configuration store.
Remarks
This routine is available in the include file ASPUtil.asp.