Метод | Описание | |
---|---|---|
DeleteFile ( string relativeFilePath ) : void |
Deletes the file.
|
|
DirectoryNode ( string directoryPath, string physicalRootFolder ) : string |
Builds a Directory treenode.
|
|
ListFolderContents ( string relativeFolderPath ) : void |
Lists the folder contents.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
getSelectedFileResult ( string relativeFilePath ) : string |
Files the selected.
|
|
lbCreateFolder_Click ( object sender, |
Handles the Click event of the lbCreateFolder control.
|
|
lbDeleteFolder_Click ( object sender, |
Handles the Click event of the lbDeleteFolder control.
|
|
lbRefresh_Click ( object sender, |
Handles the Click event of the lbRefresh control.
|
|
lbRenameFolder_Click ( object sender, |
Handles the Click event of the lbRenameFolder control.
|
|
mdCreateFolder_SaveClick ( object sender, |
Handles the SaveClick event of the mdCreateFolder control.
|
|
mdRenameFolder_SaveClick ( object sender, |
Handles the SaveClick event of the mdRenameFolder control.
|
Метод | Описание | |
---|---|---|
BuildFolderTreeView ( ) : void |
Initializes the tree views.
|
|
GetRootFolderPath ( ) : string |
Gets the root folder path.
|
|
GetSelectedPhysicalFolder ( ) : string |
Gets the selected physical folder.
|
|
IsValidFolderName ( string renameFolderName ) : bool |
Determines whether [is valid folder name] [the specified rename folder name].
|
|
ShowErrorMessage ( |
Shows the error message.
|
protected DeleteFile ( string relativeFilePath ) : void | ||
relativeFilePath | string | The relative file path. |
Результат | void |
protected DirectoryNode ( string directoryPath, string physicalRootFolder ) : string | ||
directoryPath | string | The directory path. |
physicalRootFolder | string | The physical root folder. |
Результат | string |
protected ListFolderContents ( string relativeFolderPath ) : void | ||
relativeFolderPath | string | The folder path. |
Результат | void |
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected getSelectedFileResult ( string relativeFilePath ) : string | ||
relativeFilePath | string | The relative file path. |
Результат | string |
protected lbCreateFolder_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbDeleteFolder_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbRefresh_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbRenameFolder_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected mdCreateFolder_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected mdRenameFolder_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |