C# Класс CmisSync.Controller

Наследование: ControllerBase
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ShortcutName string

Открытые методы

Метод Описание
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.

Описание методов

AddToBookmarks() публичный Метод

Add CmisSync to the user's Windows Explorer bookmarks.
public AddToBookmarks ( ) : void
Результат void

Controller() публичный Метод

Constructor.
public Controller ( ) : System
Результат System

CreateCmisSyncFolder() публичный Метод

Create the user's CmisSync settings folder. This folder contains databases, the settings file and the log file.
public CreateCmisSyncFolder ( ) : bool
Результат bool

CreateStartupItem() публичный Метод

Add CmisSync to the list of programs to be started up when the user logs into Windows.
public CreateStartupItem ( ) : void
Результат void

Initialize() публичный Метод

Initialize the controller
public Initialize ( System.Boolean firstRun ) : void
firstRun System.Boolean Whether it is the first time that CmisSync is being run.
Результат void

NotifyUser() публичный Метод

Send a message to the end user.
public NotifyUser ( string message ) : void
message string
Результат void

OpenCmisSyncFolder() публичный Метод

With Windows Explorer, open the folder where the local synchronized folders are.
public OpenCmisSyncFolder ( ) : void
Результат void

OpenCmisSyncFolder() публичный Метод

With Windows Explorer, open the local folder of a CmisSync synchronized folder.
public OpenCmisSyncFolder ( string name ) : void
name string Name of the synchronized folder
Результат void

OpenRemoteFolder() публичный Метод

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
Результат void

Quit() публичный Метод

Quit CmisSync.
public Quit ( ) : void
Результат void

ShowLog() публичный Метод

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
Результат void

Описание свойств

ShortcutName публичное статическое свойство

public static string ShortcutName
Результат string