C-DEngine 5.105

ICDEScopeManager..::..GetScrambledScopeID Method (String, Boolean)

Gets the scrambled scope identifier.

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

Syntax


string GetScrambledScopeID(
	string pRealScopeID,
	bool IsRealId
)
Function GetScrambledScopeID ( _
	pRealScopeID As String, _
	IsRealId As Boolean _
) As String
String^ GetScrambledScopeID(
	String^ pRealScopeID, 
	bool^ IsRealId
)

Parameters

pRealScopeID
Type: String
The real scope identifier.
IsRealId
Type: Boolean
if set to true [is real identifier].

Return Value

System.String.