C-DEngine 5.105

ICDEScopeManager..::..RemoveScopeID Method

Removes the scope identifier.

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

Syntax


string RemoveScopeID(
	string pCommand,
	bool IsUnscopedAllowed,
	bool IsAllowedForeignProcessing
)
Function RemoveScopeID ( _
	pCommand As String, _
	IsUnscopedAllowed As Boolean, _
	IsAllowedForeignProcessing As Boolean _
) As String
String^ RemoveScopeID(
	String^ pCommand, 
	bool^ IsUnscopedAllowed, 
	bool^ IsAllowedForeignProcessing
)

Parameters

pCommand
Type: String
The command.
IsUnscopedAllowed
Type: Boolean
if set to true [is unscoped allowed].
IsAllowedForeignProcessing
Type: Boolean
if set to true [is allowed foreign processing].

Return Value

System.String.