Folder.OnlineFolder Method

Online a offlined folder
Public Shared Function OnlineFolder( _ 
ByVal window As IWin32Window, _ 
ByVal folder_id As EntityID
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse OnlineFolder( 
IWin32Window window
EntityID folder_id 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ OnlineFolder( 
IWin32Window^ window
EntityID^ folder_id 
)
This language is not supported or no code example is available.
public static function OnlineFolder( 
window : IWin32Window
folder_id : EntityID 
) : 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 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