C-DEngine 5.105

ICDESecrets..::..IsInApplicationScope Method

Determines whether [is in application scope] [the specified p application identifier].

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

Syntax


bool IsInApplicationScope(
	string pAppID
)
Function IsInApplicationScope ( _
	pAppID As String _
) As Boolean
bool^ IsInApplicationScope(
	String^ pAppID
)

Parameters

pAppID
Type: String
The p application identifier.

Return Value

true if [is in application scope] [the specified p application identifier]; otherwise, false.