Folder.MoveFolder Method
Public Shared Function MoveFolder( _
ByVal folder_id As EntityID, _
ByVal target_id As EntityID, _
ByVal target_is_project As Boolean, _
Optional ByVal waiter As IASyncWait = null _
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse MoveFolder(
EntityID folder_id,
EntityID target_id,
bool target_is_project,
IASyncWait waiter = null
)
This language is not supported or no code example is available.
public:
static OperationResponse^ MoveFolder(
EntityID^ folder_id,
EntityID^ target_id,
bool target_is_project,
IASyncWait^ waiter
)
This language is not supported or no code example is available.
public static function MoveFolder(
folder_id : EntityID,
target_id : EntityID,
target_is_project : boolean,
waiter : IASyncWait
) : OperationResponse;
This language is not supported or no code example is available.
Parameters
- folder_id
- EntityID
the id of the folder to move
- target_id
- EntityID
the id of the target to move this folder to - can be a project or a folder
- target_is_project
- bool
true if the target is a project, false if it's a folder
- waiter
- IASyncWait
An optional custom waiter
Return Value
OperationResponsethe result of the operation