Folder.OfflineFolder Method
Public Shared Function OfflineFolder( _
ByVal window As IWin32Window, _
ByVal folder_id As EntityID, _
ByVal path_to_offline As String _
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse OfflineFolder(
IWin32Window window,
EntityID folder_id,
string path_to_offline
)
This language is not supported or no code example is available.
public:
static OperationResponse^ OfflineFolder(
IWin32Window^ window,
EntityID^ folder_id,
String^ path_to_offline
)
This language is not supported or no code example is available.
public static function OfflineFolder(
window : IWin32Window,
folder_id : EntityID,
path_to_offline : String
) : OperationResponse;
This language is not supported or no code example is available.
Parameters
- window
- IWin32Window
the parent window for any UI elements
- folder_id
- EntityID
the id of the folder to offline
- path_to_offline
- string
the location to offline
Return Value
OperationResponsethe result of the operation