C# 클래스 RockWeb.Blocks.Utility.CkEditorFileBrowser

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ

보호된 메소드들

메소드 설명
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 ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

getSelectedFileResult ( string relativeFilePath ) : string

Files the selected.

lbCreateFolder_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCreateFolder control.

lbDeleteFolder_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbDeleteFolder control.

lbRefresh_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbRefresh control.

lbRenameFolder_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbRenameFolder control.

mdCreateFolder_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the mdCreateFolder control.

mdRenameFolder_SaveClick ( object sender, EventArgs e ) : void

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 ( Exception ex, string friendlyMessage ) : void

Shows the error message.

메소드 상세

DeleteFile() 보호된 메소드

Deletes the file.
protected DeleteFile ( string relativeFilePath ) : void
relativeFilePath string The relative file path.
리턴 void

DirectoryNode() 보호된 메소드

Builds a Directory treenode.
protected DirectoryNode ( string directoryPath, string physicalRootFolder ) : string
directoryPath string The directory path.
physicalRootFolder string The physical root folder.
리턴 string

ListFolderContents() 보호된 메소드

Lists the folder contents.
protected ListFolderContents ( string relativeFolderPath ) : void
relativeFolderPath string The folder path.
리턴 void

OnInit() 보호된 메소드

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

getSelectedFileResult() 보호된 메소드

Files the selected.
protected getSelectedFileResult ( string relativeFilePath ) : string
relativeFilePath string The relative file path.
리턴 string

lbCreateFolder_Click() 보호된 메소드

Handles the Click event of the lbCreateFolder control.
protected lbCreateFolder_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbDeleteFolder_Click() 보호된 메소드

Handles the Click event of the lbDeleteFolder control.
protected lbDeleteFolder_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbRefresh_Click() 보호된 메소드

Handles the Click event of the lbRefresh control.
protected lbRefresh_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbRenameFolder_Click() 보호된 메소드

Handles the Click event of the lbRenameFolder control.
protected lbRenameFolder_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

mdCreateFolder_SaveClick() 보호된 메소드

Handles the SaveClick event of the mdCreateFolder control.
protected mdCreateFolder_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

mdRenameFolder_SaveClick() 보호된 메소드

Handles the SaveClick event of the mdRenameFolder control.
protected mdRenameFolder_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void