Calculates the path name for a new node that is derived from the scope node. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ScopeNodeBase
Dim rootName As String
Dim returnValue As String

returnValue = instance.PathFromScope(rootName)

Syntax

Visual Basic
Public Function PathFromScope ( _
		rootName As String _
) As String
C#
public string PathFromScope (
		string rootName
)
C++
public:
String^ PathFromScope (
		String^ rootName
)
J#
public String PathFromScope (
		String rootName
)
JScript
public function PathFromScope (
		rootName : String
) : String

Parameters

rootName

[in] Name of the scope node.

Return Value

Path name string.

Remarks

Your application calls this method before the new node is added as a child.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also