The MoveFolders Windows Management (WMI) class method, in System Center 2012 Configuration Manager, moves folders to another folder location.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
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.