The MoveFolders Windows Management (WMI) class method, in Configuration Manager, moves one or more folders to another folder location.
SInt32 MoveFolders( UInt32 ContainerNodeIDs[], UInt32 TargetContainerNodeID, ); |
Parameters
- ContainerNodeIDs
- Data type: UInt32 ArrayQualifiers: [in]IDs of the folders, or nodes, to move.
- TargetContainerNodeID
- Data type: UInt32Qualifiers: [in]The ID for the destination folder, or node.
Return Value
An SInt32 data type that is 0 to indicate success or non-zero to indicate failure.
For information about handling returned errors, see About Configuration Manager Errors.
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
Reference
SMS_ObjectContainerNode Server WMI ClassOther Resources
Configuration Manager Console FoldersSend comments about this topic to Microsoft.