The SMS_SearchFolder WMI class is an SMS Provider server class, in System Center 2012 Configuration Manager, that behaves the same as SMS_ObjectContainerNode, but is only used for search operations.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_SearchFolder : SMS_BaseClass
{
   UInt32 FolderId;
   String GroupID; 
   Boolean IsSystem;
   String Name;
   UInt32 ObjectType; 
   String SearchString; 
   String SourceSite;
};

Methods

The SMS_SearchFolder class does not define any methods.

Properties

FolderId

Data type: UInt32Access type: Read/WriteQualifiers: [key]The unique ID of this search folder.
GroupID

Data type: StringAccess type: Read/WriteQualifiers: NoneThe Group ID of the search folder.
IsSystem

Data type: BooleanAccess type: Read-onlyQualifiers: [read, not_null]A flag that indicates whether this is a system folder.
Name

Data type: StringAccess type: Read/WriteQualifiers: [not_null]Folder name. Default value is New Folder.
ObjectType

Data type: UInt32Access type: Read/WriteQualifiers: NoneThe type of the folder.
SearchString

Data type: StringAccess type: Read/WriteQualifiers: NoneSearch string get/set by AdminConsole.
SourceSite

Data type: StringAccess type: Read-onlyQualifiers: [read, not_null]The sidecode of the site that the folder originated from.

Remarks

In Configuration Manager 2007, the search folder and folders were one class. Now, in System Center 2012 Configuration Manager, they are separate classes. SMS_SearchFolders folders appear in the "Manage Searches" class of menus in the console. The SMS_SearchFolders folders have no dedicated node and are used for node searches only. SMS_SearchFolders folders cannot be used for global searches.

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers that are included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

Development Requirements

See Also