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.String
|
Overrides
FileExtensions
Declaration
public IList<string> FileExtensions { get; }
Property Value
System.Collections.Generic.IList<System.String>
|
FileExtensionsString
Declaration
public string FileExtensionsString { get; }
Property Value
System.String
|
HasProgressArea
Declaration
public bool HasProgressArea { get; }
Property Value
System.Boolean
|
HideFileInput
Declaration
public bool HideFileInput { get; }
Property Value
System.Boolean
|
InitialFileInputCount
Declaration
public int InitialFileInputCount { get; }
Property Value
System.Int32
|
InlineProgressEnabled
Declaration
public bool InlineProgressEnabled { get; }
Property Value
System.Boolean
|
IsUploading
Declaration
public bool IsUploading { get; }
Property Value
System.Boolean
|
ListContainer
ListItems
Declaration
public IList<HtmlListItem> ListItems { get; }
Property Value
System.Collections.Generic.IList<HtmlListItem>
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
ModuleName
MultipleFileSelection
Declaration
public bool MultipleFileSelection { get; }
Property Value
System.Boolean
|
ProgressAreaVisible
Declaration
public bool ProgressAreaVisible { get; }
Property Value
System.Boolean
|
RemoveButton
Declaration
[Obsolete("Use RemoveButtons instead")]
public HtmlInputButton RemoveButton { get; }
Property Value
HtmlInputButton
|
RemoveButtons
Declaration
public IList<HtmlInputButton> RemoveButtons { get; }
Property Value
System.Collections.Generic.IList<HtmlInputButton>
|
RemoveButtonsLightweight
Declaration
public IList<HtmlSpan> RemoveButtonsLightweight { get; }
Property Value
System.Collections.Generic.IList<HtmlSpan>
|
RenderMode
SelectButton
Declaration
[Obsolete("Use SelectButtons instead")]
public HtmlInputButton SelectButton { get; }
Property Value
HtmlInputButton
|
SelectButtonLightweight
SelectButtons
Declaration
public IList<HtmlInputButton> SelectButtons { get; }
Property Value
System.Collections.Generic.IList<HtmlInputButton>
|
UploadDialogTitle
Declaration
public string UploadDialogTitle { get; }
Property Value
System.String
|
UploadedFilesCount
Declaration
public int UploadedFilesCount { get; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
ButtonClick(Int32)
Declaration
public void ButtonClick(int index)
Parameters
System.Int32
index
|
ControlAssert()
FileSelect(Int32, ScrollToVisibleType)
Declaration
public void FileSelect(int index, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
System.Int32
index
|
ScrollToVisibleType
scrollToVisibleType
|
FileSelect(Int32, Int32, ScrollToVisibleType)
Declaration
public void FileSelect(int index, int offset, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
System.Int32
index
|
System.Int32
offset
|
ScrollToVisibleType
scrollToVisibleType
|
FileWithIndexUploadedSuccessfully(Int32)
Declaration
public bool FileWithIndexUploadedSuccessfully(int index)
Parameters
System.Int32
index
|
Returns
System.Boolean
|
InlineProgressShownForFile(Int32)
Declaration
public bool InlineProgressShownForFile(int index)
Parameters
System.Int32
index
|
Returns
System.Boolean
|
NameOfTheFileWithIndex(Int32)
Declaration
public string NameOfTheFileWithIndex(int index)
Parameters
System.Int32
index
|
Returns
System.String
|
Upload(Int32, String, ScrollToVisibleType)
Declaration
public void Upload(int index, string filePath, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
System.Int32
index
|
System.String
filePath
|
ScrollToVisibleType
scrollToVisibleType
|