C-DEngine 5.105

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

Adds the scope identifier.

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

Syntax


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

Parameters

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

Return Value

System.String.