Property | Type | Description | |
---|---|---|---|
selectedHref | String |
Property | Type | Description | |
---|---|---|---|
currentPath | String |
Method | Description | |
---|---|---|
MainControl ( ) : System | ||
createFolder ( String name ) : int | ||
doGetFile ( String ItemName ) : Boolean | ||
fillFileList ( String remotePath, Multistatus multistatus ) : void | ||
fillTreeList ( TreeNode node ) : void | ||
getFileList ( String path ) : int | ||
getFilteredResponses ( ) : ArrayList | ||
getMultistatusCache ( ) : Hashtable | ||
getNodeStatus ( String path ) : int | ||
initApps ( ApplicationInterface application, DialogInterface dialog ) : void | ||
openClick ( ) : void | ||
refresh ( ) : void | ||
saveClick ( String entered_filename, String contentType ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
setCurrentPath ( String path ) : void |
Method | Description | |
---|---|---|
ClearNodes ( TreeNode node ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MainControl_Load ( object sender, EventArgs e ) : void | ||
NodeExists ( TreeNode node, String name ) : bool | ||
NodeIsValid ( TreeNode node ) : bool | ||
NodeTree_AfterSelect ( object sender, TreeViewEventArgs e ) : void | ||
ParseDate ( String date ) : String | ||
doPutFile ( String localName, String remoteName, String contentType ) : void | ||
fillFilteredResponses ( Multistatus multistatus ) : void | ||
getFullPath ( TreeNode node ) : String | ||
getImageIdByMimeType ( WebDavProperty mimeTypeProperty ) : int | ||
listFiles_Double_click ( object sender, EventArgs e ) : void | ||
listFiles_SelectedIndexChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public doGetFile ( String ItemName ) : Boolean | ||
ItemName | String | |
return | Boolean |
public fillFileList ( String remotePath, Multistatus multistatus ) : void | ||
remotePath | String | |
multistatus | Multistatus | |
return | void |
public initApps ( ApplicationInterface application, DialogInterface dialog ) : void | ||
application | ApplicationInterface | |
dialog | DialogInterface | |
return | void |
public saveClick ( String entered_filename, String contentType ) : void | ||
entered_filename | String | |
contentType | String | |
return | void |
protected setCurrentPath ( String path ) : void | ||
path | String | |
return | void |