File.OnlineFiles Method
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.
Parameters
- window
- IWin32Window
the parent window for any UI elements
the ids of the files to online
Return Value
OperationResponsethe result of the operation