Online a list of offline files

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

Public Shared Function OnlineFiles( _ 
ByVal window As IWin32Window, _ 
ByVal file_ids As List(Of EntityID) _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse OnlineFiles( 
IWin32Window window
List<EntityID> file_ids 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ OnlineFiles( 
IWin32Window^ window
List<EntityID^>^ file_ids 
)
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 online

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