Adds actions and a root query to support search folder functionality in the Configuration Manager console. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim folderInformation As FolderDescription
Dim actions As List(Of ActionDescription)

ConsoleParentNode.AddRootNodeSearchFolderActions(folderInformation, actions)

Syntax

Visual Basic
Protected Shared Sub AddRootNodeSearchFolderActions ( _
		folderInformation As FolderDescription, _
		ByRef actions As List(Of ActionDescription) _
)
C#
protected static void AddRootNodeSearchFolderActions (
		FolderDescription folderInformation,
		ref List<ActionDescription> actions
)
C++
protected:
static void AddRootNodeSearchFolderActions (
		FolderDescription^ folderInformation, 
		List<ActionDescription^>^% actions
)
J#
protected static void AddRootNodeSearchFolderActions (
		FolderDescription folderInformation, 
		/** @ref */ List<ActionDescription> actions
)
JScript

Parameters

folderInformation

[in] FolderDescription object.

actions

[in] Reference to a System.Collections.Generic.List object that represents ActionDescription objects.

Remarks

This method adds only actions that the scope node requires to add a new search folder and a query to retrieve the list of root search folders for the node. Actions and queries for lower levels are added during query processing.


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