Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_ObjectContainerItem WMI class is an SMS Provider server class, in Configuration Manager, that contains information about a Configuration Manager console folder item.
Class SMS_ObjectContainerItem : SMS_BaseClass
{
      UInt32 ContainerNodeID;
      String InstanceKey;
      String MemberGuid;
      UInt32 MemberID;
      UInt32 ObjectType;
      String SourceSite;
};
Methods
The following table shows the methods in SMS_ObjectContainerItem.
| Method | Description | 
|---|---|
| Moves one or more folder items to another folder. | 
Properties
- ContainerNodeID 
 Data type: UInt32- Access type: Read/Write - Qualifiers: [Not_null] - The unique ID of the folder that contains this item. 
- InstanceKey 
 Data type: String- Access type: Read/Write - Qualifiers: [Not_null] - The key value for the item. For example, if the item is a package, the instance key is the SMS_Package object PackageID property. 
- MemberGuid 
 Data type: String- Access type: Read-only - Qualifiers: [read, not_null] - The GUID of the folder item. 
- MemberID 
 Data type: UInt32- Access type: Read/Write - Qualifiers: [key, Not_null] - The unique ID of the folder item. 
- ObjectType 
 Data type: UInt32- Access type: Read/Write - Qualifiers: None - Type of object placed in the console folder. Possible values are: - Value - Description - 2 - SMS_Package - 3 - SMS_Advertisement - 7 - SMS_Query - 8 - SMS_Report - 9 - SMS_MeteredProductRule - 11 - SMS_ConfigurationItem - 14 - SMS_OperatingSystemInstallPackage - 17 - SMS_StateMigration - 18 - SMS_ImagePackage - 19 - SMS_BootImagePackage - 20 - SMS_TaskSequencePackage - 21 - SMS_DeviceSettingPackage - 23 - SMS_DriverPackage - 25 - SMS_Driver - 1011 - SMS_SoftwareUpdate - 2011 - SMS_ConfigurationItem (Configuration baseline). 
- SourceSite 
 Data type: String- Access type: Read-only - Qualifiers: [read, not_null] - The site code of the site where the folder item was created. 
Remarks
There are no 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
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Concepts
Configuration Manager Console Folder Server WMI Classes
About Configuration Manager Console Folders
Configuration Manager Search Folder XML
SMS_ObjectContainerItem Server WMI Class
How to Create a Configuration Manager Console Folder Item
How to Move a Configuration Manager Console Folder Item