C-DEngine 5.105

ICDEScopeManager..::..GetRealScopeIDFromEasyID Method

Gets the real scope identifier from easy identifier.

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

Syntax


string GetRealScopeIDFromEasyID(
	string pEasyID,
	bool bNoLogging,
	bool bUseEasyScope16
)
Function GetRealScopeIDFromEasyID ( _
	pEasyID As String, _
	bNoLogging As Boolean, _
	bUseEasyScope16 As Boolean _
) As String
String^ GetRealScopeIDFromEasyID(
	String^ pEasyID, 
	bool^ bNoLogging, 
	bool^ bUseEasyScope16
)

Parameters

pEasyID
Type: String
The p easy identifier.
bNoLogging
Type: Boolean
if set to true [b no logging].
bUseEasyScope16
Type: Boolean
if set to true [b use easy scope16].

Return Value

System.String.