Property | Type | Description | |
---|---|---|---|
ShortcutName | string |
Method | Description | |
---|---|---|
AddToBookmarks ( ) : void |
Add CmisSync to the user's Windows Explorer bookmarks.
|
|
Controller ( ) : System |
Constructor.
|
|
CreateCmisSyncFolder ( ) : bool |
Create the user's CmisSync settings folder. This folder contains databases, the settings file and the log file.
|
|
CreateStartupItem ( ) : void |
Add CmisSync to the list of programs to be started up when the user logs into Windows.
|
|
Initialize ( System.Boolean firstRun ) : void |
Initialize the controller
|
|
NotifyUser ( string message ) : void |
Send a message to the end user.
|
|
OpenCmisSyncFolder ( ) : void |
With Windows Explorer, open the folder where the local synchronized folders are.
|
|
OpenCmisSyncFolder ( string name ) : void |
With Windows Explorer, open the local folder of a CmisSync synchronized folder.
|
|
OpenRemoteFolder ( string name ) : void |
With the default web browser, open the remote folder of a CmisSync synchronized folder.
|
|
Quit ( ) : void |
Quit CmisSync.
|
|
ShowLog ( string path ) : void |
Open the log file so that the user can check what is going on, and send it to developers.
|
public Initialize ( System.Boolean firstRun ) : void | ||
firstRun | System.Boolean | Whether it is the first time that CmisSync is being run. |
return | void |
public OpenCmisSyncFolder ( string name ) : void | ||
name | string | Name of the synchronized folder |
return | void |
public OpenRemoteFolder ( string name ) : void | ||
name | string | Name of the synchronized folder |
return | void |
public ShowLog ( string path ) : void | ||
path | string | Path to the log file |
return | void |