Harmon.ie SDK
Loading...
Searching...
No Matches
Harmonie.SDK.ISidebar Interface Reference

Provides sidebar-related services. More...

Inheritance diagram for Harmonie.SDK.ISidebar:
Harmonie.SDK.Social.Internal.IFullScreenScroller

Public Member Functions

Logger GetLogger (string ClassName)
 Returns logger for the given class.
 
void ShowErrorMessage (string Msg)
 Displays an error message in the harmon.ie sidebar.
 
void ShowErrorMessageBox (string Msg)
 Displays an error message box.
 
void InvokeUI (IUITask task)
 Invokes a task in the UI thread.
 
IUploadFileData CreateUploadFileData (string localFilePath, IUploadItemData originalItem)
 Creates new upload file data from file.
 

Properties

long ParentWindowHandle [get]
 Returns the window handle of the harmon.ie sidebar.
 

Detailed Description

Provides sidebar-related services.

Member Function Documentation

◆ CreateUploadFileData()

IUploadFileData Harmonie.SDK.ISidebar.CreateUploadFileData ( string localFilePath,
IUploadItemData originalItem )

Creates new upload file data from file.

Parameters
localFilePathFull path of the local file
originalItemOriginally item which should be replaced with a newly created one

◆ GetLogger()

Logger Harmonie.SDK.ISidebar.GetLogger ( string ClassName)

Returns logger for the given class.

Parameters
ClassNameclass name
Returns
Logger for the given class name

◆ InvokeUI()

void Harmonie.SDK.ISidebar.InvokeUI ( IUITask task)

Invokes a task in the UI thread.

Parameters
taskUI task

◆ ShowErrorMessage()

void Harmonie.SDK.ISidebar.ShowErrorMessage ( string Msg)

Displays an error message in the harmon.ie sidebar.

Parameters
MsgMessage to show

◆ ShowErrorMessageBox()

void Harmonie.SDK.ISidebar.ShowErrorMessageBox ( string Msg)

Displays an error message box.

Parameters
MsgMessage to show

The documentation for this interface was generated from the following file: