MoveFolders Method in Class SMS_ObjectContainerNode

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 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 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

Concepts

SMS_ObjectContainerNode Server WMI Class
Configuration Manager Console Folders