C-DEngine 5.105

TheScopeManager..::..SetScopeIDFromEasyID Method

Sets the node-scope from an easy id.

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

Syntax


public static bool SetScopeIDFromEasyID(
	string pEasyScope
)
Public Shared Function SetScopeIDFromEasyID ( _
	pEasyScope As String _
) As Boolean
public:
static bool^ SetScopeIDFromEasyID(
	String^ pEasyScope
)

Parameters

pEasyScope
Type: String
.

Return Value

True if it succeeds, false if it fails.

Remarks


Chris, 3/31/2020.