Click or drag to resize

PropertiesLookupParameter Method (IAppContext, String, String, String)

Look up a parameter in the repository.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string LookupParameter(
	IAppContext app,
	string paramName,
	string objTypeKey,
	string subObjType
)

Parameters

app
Type: NetQuarryIAppContext
The application context.
paramName
Type: SystemString
The name of the parameter to lookup.
objTypeKey
Type: SystemString
The object type key of the parameter.
subObjType
Type: SystemString
The subobject type of the parameter (or null/empty if none).

Return Value

Type: String
The parameter ID if found, else null.
See Also