MoveFolders Method in Class SMS_ObjectContainerNode

The MoveFolders Windows Management (WMI) class method, in Configuration Manager, moves folders to another folder location.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

Syntax

SInt32 MoveFolders(  
      UInt32 ContainerNodeIDs[],  
      UInt32 TargetContainerNodeID,   
);  

Parameters

ContainerNodeIDs
Data type: UInt32 Array

Qualifiers: [in]

IDs of the folders, or nodes, to move.

TargetContainerNodeID
Data type: UInt32

Qualifiers: [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

SMS_ObjectContainerNode Server WMI Class