Offline a list of files to a local location

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

Public Shared Function OfflineFiles( _ 
ByVal window As IWin32Window, _ 
ByVal file_ids As List(Of EntityID), _ 
ByVal path_to_offline As String
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse OfflineFiles( 
IWin32Window window
List<EntityID> file_ids
string path_to_offline 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ OfflineFiles( 
IWin32Window^ window
List<EntityID^>^ file_ids
String^ path_to_offline 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

window
Type: IWin32Window

the parent window for any UI elements

file_ids
Type: List<EntityID>

the ids of the files to offline

path_to_offline
Type: string

folder path to offline

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