File.OnlineFiles Method

Online a list of offline files
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
IWin32Window

the parent window for any UI elements

file_ids
List<EntityID>

the ids of the files to online

Return Value

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

In this article

Definition