C-DEngine 5.105

ICDEScopeManager..::..GetRealScopeIDFromTopic Method

Gets the real scope identifier from topic.

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

Syntax


string GetRealScopeIDFromTopic(
	string pScopedTopic,
	out string TopicName
)
Function GetRealScopeIDFromTopic ( _
	pScopedTopic As String, _
	<OutAttribute> ByRef TopicName As String _
) As String
String^ GetRealScopeIDFromTopic(
	String^ pScopedTopic, 
	[OutAttribute] String^% TopicName
)

Parameters

pScopedTopic
Type: String
The scoped topic.
TopicName
Type: String%
Name of the topic.

Return Value

System.String.