The UploadAttachments type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddControlIDToAttribute | (Inherited from Uploader.) | |
AddCustomAttachment |
Adds the custom attachment.
|
|
AddedControl | (Inherited from Control.) | |
AddParsedSubObject |
Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object.
(Inherited from Control.) |
|
ApplyStyleSheetSkin |
Applies the style properties defined in the page style sheet to the control.
(Inherited from Control.) |
|
BuildProfileTree |
Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page.
(Inherited from Control.) |
|
CheckPostBackData |
force the uploader handle the post data if it not be handled.
(Inherited from UploaderBase.) |
|
ClearChildControlState |
Deletes the control-state information for the server control's child controls.
(Inherited from Control.) |
|
ClearChildState |
Deletes the view-state and control-state information for all the server control's child controls.
(Inherited from Control.) |
|
ClearChildViewState |
Deletes the view-state information for all the server control's child controls.
(Inherited from Control.) |
|
CreateAttachmentItem | ||
CreateChildControls | (Overrides Control..::..CreateChildControls()()()().) | |
CreateControlCollection |
Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control.
(Inherited from Control.) |
|
DataBind()()()() |
Binds a data source to the invoked server control and all its child controls.
(Inherited from Control.) |
|
DataBind(Boolean) |
Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event.
(Inherited from Control.) |
|
DataBindChildren |
Binds a data source to the server control's child controls.
(Inherited from Control.) |
|
DeleteAllAttachments |
Deletes all attachments.
|
|
DeleteAttachment |
Deletes the specified attachment.
|
|
DeleteUncheckedAttachments |
Deletes the unchecked attachments.
|
|
Dispose | (Inherited from UploaderBase.) | |
EnsureChildControls |
Determines whether the server control contains child controls. If it does not, it creates child controls.
(Inherited from Control.) |
|
EnsureID |
Creates an identifier for controls that do not have an identifier assigned.
(Inherited from Control.) |
|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
FindControl(String) |
Searches the current naming container for a server control with the specified id parameter.
(Inherited from Control.) |
|
FindControl(String, Int32) |
Searches the current naming container for a server control with the specified id and an integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the FindControl()()()() method.
(Inherited from Control.) |
|
Focus |
Sets input focus to a control.
(Inherited from Control.) |
|
GetAdvancedOption(String) | (Inherited from UploaderBase.) | |
GetAdvancedOption(UploaderAdvancedOption) | (Inherited from UploaderBase.) | |
GetAttachmentCount |
Gets the attachment count.
|
|
GetBrowserType |
GetBrowserType - debug only
(Inherited from UploaderBase.) |
|
GetBrowserVersion |
GetBrowserVersion - debug only
(Inherited from UploaderBase.) |
|
GetDesignModeState |
Gets design-time data for a control.
(Inherited from Control.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetItemsTable |
Get the table for items.
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
GetUploadedFile |
Get the temp file from temp directory
(Inherited from UploaderBase.) |
|
GetUploadedFileCount | (Overrides UploaderBase..::..GetUploadedFileCount()()()().) | |
GetUploaderProvider |
Gets the uploader provider instance to handle file data.
(Inherited from UploaderBase.) |
|
HasControls |
Determines if the server control contains any child controls.
(Inherited from Control.) |
|
HasEvents |
Returns a value indicating whether events are registered for the control or any child controls.
(Inherited from Control.) |
|
Impersonate |
Impersonate the setting : if not need , return null
CuteWebUI.AjaxUploader.WindowsUsername
CuteWebUI.AjaxUploader.WindowsPassword
CuteWebUI.AjaxUploader.WindowsDomain
always use :
using(Uploader1.Impersonate())
{
code to access the files.
}
(Inherited from UploaderBase.) |
|
IsLiteralContent |
Determines if the server control holds only literal content.
(Inherited from Control.) |
|
LoadControlState |
Restores control-state information from a previous page request that was saved by the SaveControlState()()()() method.
(Inherited from Control.) |
|
LoadViewState | (Overrides UploadFileBase..::..LoadViewState(Object).) | |
MapPathSecure |
Retrieves the physical path that a virtual path, either absolute or relative, maps to.
(Inherited from Control.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
OnAttachmentActionClicked | ||
OnAttachmentAdded | ||
OnAttachmentCheckChanged | ||
OnAttachmentCreated | ||
OnAttachmentDataBound | ||
OnAttachmentHided | ||
OnAttachmentRemoveClicked | ||
OnBubbleEvent |
Determines whether the event for the server control is passed up the page's UI server control hierarchy.
(Inherited from Control.) |
|
OnDataBinding |
Raises the DataBinding event.
(Inherited from Control.) |
|
OnFileUploaded | (Overrides UploaderBase..::..OnFileUploaded(UploaderEventArgs).) | |
OnFileValidating | (Inherited from UploaderBase.) | |
OnInit | (Inherited from UploaderBase.) | |
OnLoad | (Inherited from UploaderBase.) | |
OnPreRender |
OnPreRender
(Inherited from UploaderBase.) |
|
OnUnload | (Inherited from UploaderBase.) | |
OnUploadCompleted |
fire the UploadCompleted event.
this method called when RequireUploadCompleted return true;
if override this method, also override RequireUploadCompleted and return true;
(Inherited from UploaderBase.) |
|
OpenFile |
Gets a Stream used to read a file.
(Inherited from Control.) |
|
RaiseBubbleEvent |
Assigns any sources of the event and its information to the control's parent.
(Inherited from Control.) |
|
RemovedControl | (Inherited from Control.) | |
RenameControls | ||
Render | (Overrides Uploader..::..Render(HtmlTextWriter).) | |
RenderChildren | (Inherited from Uploader.) | |
RenderControl(HtmlTextWriter) |
Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
(Inherited from Control.) |
|
RenderControl(HtmlTextWriter, ControlAdapter) |
Outputs server control content to a provided HtmlTextWriter object using a provided ControlAdapter object.
(Inherited from Control.) |
|
RenderDesignMode | (Overrides Uploader..::..RenderDesignMode(HtmlTextWriter).) | |
RenderInsertButton | (Inherited from Uploader.) | |
RenderProgressCtrl | (Inherited from Uploader.) | |
ResolveAdapter |
Gets the control adapter responsible for rendering the specified control.
(Inherited from Control.) |
|
ResolveClientUrl |
Gets a URL that can be used by the browser.
(Inherited from Control.) |
|
ResolveUrl |
Converts a URL into one that is usable on the requesting client.
(Inherited from Control.) |
|
SaveControlState |
Saves any server control state changes that have occurred since the time the page was posted back to the server.
(Inherited from Control.) |
|
SaveViewState | (Overrides UploadFileBase..::..SaveViewState()()()().) | |
SetAdvancedOption(String, String) | (Inherited from UploaderBase.) | |
SetAdvancedOption(UploaderAdvancedOption, String) | (Inherited from UploaderBase.) | |
SetDesignModeState |
Sets design-time data for a control.
(Inherited from Control.) |
|
SetRenderMethodDelegate |
Assigns an event handler delegate to render the server control and its content into its parent control.
(Inherited from Control.) |
|
SetValidationServerData |
set a custom data to client , to javascript fileitem.ServerData
(Inherited from UploaderBase.) |
|
ToString | (Inherited from Object.) | |
TrackViewState | (Overrides UploadFileBase..::..TrackViewState()()()().) | |
UpdateItemCount | ||
Upload(Int32, String, Stream) |
Use server file to simulate file uploading and uploaded event.
This method affects all child types.
(Inherited from UploaderBase.) |
|
Upload(Int32, String, String) |
Use server file to simulate file uploading and uploaded event.
This method affects all child types.
(Inherited from UploaderBase.) |