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

Development Requirements

See Also


Send comments about this topic to Microsoft.