C# Class CmisSync.Controller

Inheritance: ControllerBase
Afficher le fichier Open project: aegif/CmisSync Class Usage Examples

Méthodes publiques

Свойство Type Description
ShortcutName string

Méthodes publiques

Méthode 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.

Method Details

AddToBookmarks() public méthode

Add CmisSync to the user's Windows Explorer bookmarks.
public AddToBookmarks ( ) : void
Résultat void

Controller() public méthode

Constructor.
public Controller ( ) : System
Résultat System

CreateCmisSyncFolder() public méthode

Create the user's CmisSync settings folder. This folder contains databases, the settings file and the log file.
public CreateCmisSyncFolder ( ) : bool
Résultat bool

CreateStartupItem() public méthode

Add CmisSync to the list of programs to be started up when the user logs into Windows.
public CreateStartupItem ( ) : void
Résultat void

Initialize() public méthode

Initialize the controller
public Initialize ( System.Boolean firstRun ) : void
firstRun System.Boolean Whether it is the first time that CmisSync is being run.
Résultat void

NotifyUser() public méthode

Send a message to the end user.
public NotifyUser ( string message ) : void
message string
Résultat void

OpenCmisSyncFolder() public méthode

With Windows Explorer, open the folder where the local synchronized folders are.
public OpenCmisSyncFolder ( ) : void
Résultat void

OpenCmisSyncFolder() public méthode

With Windows Explorer, open the local folder of a CmisSync synchronized folder.
public OpenCmisSyncFolder ( string name ) : void
name string Name of the synchronized folder
Résultat void

OpenRemoteFolder() public méthode

With the default web browser, open the remote folder of a CmisSync synchronized folder.
public OpenRemoteFolder ( string name ) : void
name string Name of the synchronized folder
Résultat void

Quit() public méthode

Quit CmisSync.
public Quit ( ) : void
Résultat void

ShowLog() public méthode

Open the log file so that the user can check what is going on, and send it to developers.
public ShowLog ( string path ) : void
path string Path to the log file
Résultat void

Property Details

ShortcutName public_oe static_oe property

public static string ShortcutName
Résultat string