Class RadAsyncUpload
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadAsyncUpload : HtmlContainerControl
Constructors
RadAsyncUpload()
Declaration
public RadAsyncUpload()
RadAsyncUpload(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.
|
Overrides
FileExtensions
Declaration
public IList<string> FileExtensions { get; }
Property Value
System.
|
FileExtensionsString
Declaration
public string FileExtensionsString { get; }
Property Value
System.
|
HasProgressArea
Declaration
public bool HasProgressArea { get; }
Property Value
System.
|
HideFileInput
Declaration
public bool HideFileInput { get; }
Property Value
System.
|
InitialFileInputCount
Declaration
public int InitialFileInputCount { get; }
Property Value
System.
|
InlineProgressEnabled
Declaration
public bool InlineProgressEnabled { get; }
Property Value
System.
|
IsUploading
Declaration
public bool IsUploading { get; }
Property Value
System.
|
ListContainer
ListItems
Declaration
public IList<HtmlListItem> ListItems { get; }
Property Value
System.
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
ModuleName
MultipleFileSelection
Declaration
public bool MultipleFileSelection { get; }
Property Value
System.
|
ProgressAreaVisible
Declaration
public bool ProgressAreaVisible { get; }
Property Value
System.
|
RemoveButton
Declaration
[Obsolete("Use RemoveButtons instead")]
public HtmlInputButton RemoveButton { get; }
Property Value
RemoveButtons
Declaration
public IList<HtmlInputButton> RemoveButtons { get; }
Property Value
System.
|
RemoveButtonsLightweight
Declaration
public IList<HtmlSpan> RemoveButtonsLightweight { get; }
Property Value
System.
|
RenderMode
SelectButton
Declaration
[Obsolete("Use SelectButtons instead")]
public HtmlInputButton SelectButton { get; }
Property Value
SelectButtonLightweight
SelectButtons
Declaration
public IList<HtmlInputButton> SelectButtons { get; }
Property Value
System.
|
UploadDialogTitle
Declaration
public string UploadDialogTitle { get; }
Property Value
System.
|
UploadedFilesCount
Declaration
public int UploadedFilesCount { get; }
Property Value
System.
|
Methods
AssignElement(Element)
ButtonClick(Int32)
Declaration
public void ButtonClick(int index)
Parameters
System.
|
ControlAssert()
FileSelect(Int32, ScrollToVisibleType)
Declaration
public void FileSelect(int index, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
System.
|
Scroll
|
FileSelect(Int32, Int32, ScrollToVisibleType)
Declaration
public void FileSelect(int index, int offset, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
System.
|
System.
|
Scroll
|
FileWithIndexUploadedSuccessfully(Int32)
Declaration
public bool FileWithIndexUploadedSuccessfully(int index)
Parameters
System.
|
Returns
System.
|
InlineProgressShownForFile(Int32)
Declaration
public bool InlineProgressShownForFile(int index)
Parameters
System.
|
Returns
System.
|
NameOfTheFileWithIndex(Int32)
Declaration
public string NameOfTheFileWithIndex(int index)
Parameters
System.
|
Returns
System.
|
Upload(Int32, String, ScrollToVisibleType)
Declaration
public void Upload(int index, string filePath, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
System.
|
System.
|
Scroll
|