C-DEngine 5.105

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

Adds the scope identifier.

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

Syntax


string AddScopeID(
	string pTopics,
	bool bFirstTopicOnly,
	string pRealScope
)
Function AddScopeID ( _
	pTopics As String, _
	bFirstTopicOnly As Boolean, _
	pRealScope As String _
) As String
String^ AddScopeID(
	String^ pTopics, 
	bool^ bFirstTopicOnly, 
	String^ pRealScope
)

Parameters

pTopics
Type: String
The topics.
bFirstTopicOnly
Type: Boolean
if set to true [b first topic only].
pRealScope
Type: String
The real scope.

Return Value

System.String.