Move a folder

Namespace: SynergyClientAPI.Folders
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

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
Type: EntityID

the id of the folder to move

target_id
Type: EntityID

the id of the target to move this folder to - can be a project or a folder

target_is_project
Type: bool

true if the target is a project, false if it's a folder

waiter
Type: IASyncWait

An optional custom waiter

Return Value

Type: OperationResponse

the result of the operation

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1