Move some files

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

Public Shared Function MoveFiles( _ 
ByVal move_parameters As MoveFileParameters, _ 
Optional ByVal waiter As IASyncWait = null _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse MoveFiles( 
MoveFileParameters move_parameters
IASyncWait waiter = null 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ MoveFiles( 
MoveFileParameters^ move_parameters
IASyncWait^ waiter 
)
This language is not supported or no code example is available.
public static function MoveFiles( 
move_parameters : MoveFileParameters
waiter : IASyncWait 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

move_parameters
Type: MoveFileParameters

any parameters for the move operation

waiter
Type: IASyncWait

an optional, custom waiter

Return Value

Type: OperationResponse

.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