C-DEngine 5.105

ICDEScopeManager..::..IsValidScopeID Method (String, String)

Determines whether [is valid scope identifier] [the specified p scram scope i d1].

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

Syntax


bool IsValidScopeID(
	string pScramScopeID1,
	string pScramScopeID2
)
Function IsValidScopeID ( _
	pScramScopeID1 As String, _
	pScramScopeID2 As String _
) As Boolean
bool^ IsValidScopeID(
	String^ pScramScopeID1, 
	String^ pScramScopeID2
)

Parameters

pScramScopeID1
Type: String
The scrambled scope id1.
pScramScopeID2
Type: String
The scrambled scope id2.

Return Value

true if [is valid scope identifier] [the specified p scram scope i d1]; otherwise, false.