프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ignoredPaths | List |
||
repositories | string>.Dictionary | ||
saved_address | |||
saved_password | string | ||
saved_remote_path | string | ||
saved_repository | string | ||
saved_sync_interval | int | ||
saved_syncatstartup | bool | ||
saved_user | string |
메소드 | 설명 | |
---|---|---|
Add1PageCompleted ( |
First step of remote folder addition wizard is complete, switch to second step
|
|
Add2PageCompleted ( string repository, string remote_path ) : void |
Second step of remote folder addition wizard is complete, switch to customization step.
|
|
Add2PageCompleted ( string repository, string remote_path, string ignoredPaths, string selectedFolder ) : void |
Second step of remote folder addition wizard is complete, switch to customization step.
|
|
BackToPage1 ( ) : void |
Switch back from second to first step, presumably to change server or user.
|
|
BackToPage2 ( ) : void |
Switch back from customization to step 2 of the remote folder addition wizard.
|
|
CheckAddPage ( string address ) : string |
Check whether the address is syntaxically valid. If OK, enable button to next step.
|
|
CheckRepoPathAndName ( string localpath, string reponame ) : string |
Check local repository path and repo name.
|
|
CheckRepoPathExists ( string localpath ) : void |
|
|
CheckSetupPage ( ) : void |
Check setup page.
|
|
CustomizePageCompleted ( String repoName, String localrepopath ) : void |
Customization step of remote folder addition wizard is complete, start CmisSync.
|
|
FinishPageCompleted ( ) : void |
Folder addition wizard is over, reset it for next use.
|
|
GetRepositoriesFuzzy ( |
Load repositories information from a CMIS endpoint.
|
|
GetSubfolders ( string repositoryId, string path, string address, string user, string password ) : string[] |
Get the list of subfolders contained in a CMIS folder.
|
|
OpenFolderClicked ( ) : void |
User clicked on the button to open the newly-created synchronized folder in the local file explorer.
|
|
PageCancelled ( ) : void |
User pressed the "Cancel" button, hide window.
|
|
SettingsPageCompleted ( string password, int pollInterval, bool syncAtStartup ) : void |
Repository settings page.
|
|
SetupController ( ) : System |
Constructor.
|
|
SetupPageCancelled ( ) : void |
First-time wizard has been cancelled, so quit CmisSync.
|
|
SetupPageCompleted ( ) : void |
Move to second page of the tutorial.
|
|
StartupItemChanged ( bool create_startup_item ) : void |
Checkbox to add CmisSync to the list of programs to be started up when the user logs into Windows.
|
|
TutorialPageCompleted ( ) : void |
Go to next step of the tutorial.
|
|
TutorialSkipped ( ) : void |
Tutorial has been skipped, go to last step of wizard.
|
public Add1PageCompleted ( |
||
address | ||
user | string | |
password | string | |
리턴 | void |
public Add2PageCompleted ( string repository, string remote_path ) : void | ||
repository | string | |
remote_path | string | |
리턴 | void |
public Add2PageCompleted ( string repository, string remote_path, string ignoredPaths, string selectedFolder ) : void | ||
repository | string | |
remote_path | string | |
ignoredPaths | string | |
selectedFolder | string | |
리턴 | void |
public CheckAddPage ( string address ) : string | ||
address | string | URL to check |
리턴 | string |
public CheckRepoPathAndName ( string localpath, string reponame ) : string | ||
localpath | string | |
reponame | string | |
리턴 | string |
public CheckRepoPathExists ( string localpath ) : void | ||
localpath | string | |
리턴 | void |
public CustomizePageCompleted ( String repoName, String localrepopath ) : void | ||
repoName | String | |
localrepopath | String | |
리턴 | void |
static public GetRepositoriesFuzzy ( |
||
credentials | ||
리턴 | Exception>.Tuple |
static public GetSubfolders ( string repositoryId, string path, string address, string user, string password ) : string[] | ||
repositoryId | string | |
path | string | |
address | string | |
user | string | |
password | string | |
리턴 | string[] |
public SettingsPageCompleted ( string password, int pollInterval, bool syncAtStartup ) : void | ||
password | string | |
pollInterval | int | |
syncAtStartup | bool | |
리턴 | void |
public StartupItemChanged ( bool create_startup_item ) : void | ||
create_startup_item | bool | |
리턴 | void |