C-DEngine 5.105

TheScopeManager..::..IsValidScopeID Method (String)

Verify if the given ScrambledScopeID is valid in the current scope

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

Syntax


public static bool IsValidScopeID(
	string pSScope
)
Public Shared Function IsValidScopeID ( _
	pSScope As String _
) As Boolean
public:
static bool^ IsValidScopeID(
	String^ pSScope
)

Parameters

pSScope
Type: String

Return Value