File.OfflineFiles Method
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.
Parameters
- window
- IWin32Window
the parent window for any UI elements
the ids of the files to offline
- path_to_offline
- string
folder path to offline
Return Value
OperationResponsethe result of the operation