Method | Description | |
---|---|---|
GetCallbackResult ( ) : string |
Returns the results of a callback event that targets a control.
|
|
RaiseCallbackEvent ( string eventArgument ) : void |
Processes a callback event that targets a control.
|
Method | Description | |
---|---|---|
BtnUploadVideoClick ( object sender, |
Handles the Click event of the btnUploadVideo control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event to initialize the page.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
Method | Description | |
---|---|---|
BindPage ( System.Guid pageId ) : void |
The bind page.
|
|
BindParents ( System.Guid pageId ) : void |
The bind parents.
|
|
BtnSaveClick ( object sender, |
Handles the Click event of the btnSave control.
|
|
BtnUploadFileClick ( object sender, |
Handles the Click event of the btnUploadFile control.
|
|
BtnUploadImageClick ( object sender, |
Handles the Click event of the btnUploadImage control.
|
|
BuildChildPageList ( BlogEngine page ) : System.Web.UI.HtmlControls.HtmlGenericControl |
Builds the child page list.
|
|
DeletePage ( System.Guid pageId ) : void |
The delete page.
|
|
ResetParentPage ( BlogEngine page ) : void |
Resets the parent page.
|
|
SizeFormat ( float size, string formatString ) : string |
Formats the size.
|
|
Upload ( string virtualFolder, System.Web.UI.WebControls.FileUpload control, string fileName ) : void |
Uploads the specified virtual folder.
|
protected BtnUploadVideoClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public RaiseCallbackEvent ( string eventArgument ) : void | ||
eventArgument | string | A string that represents an event argument to pass to the event handler. |
return | void |