Class RadCloudUpload
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 RadCloudUpload : HtmlContainerControlConstructors
RadCloudUpload()
Declaration
public RadCloudUpload()RadCloudUpload(Element)
Properties
AllFilesCount
Declaration
public int AllFilesCount { get; }Property Value
| System.Int32 
 | 
BodyContainer
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
ListFailed
ListItemsFailed
Declaration
public IList<HtmlListItem> ListItemsFailed { get; }Property Value
| System.Collections.Generic.IList<HtmlListItem> 
 | 
ListItemsSucceeded
Declaration
public IList<HtmlListItem> ListItemsSucceeded { get; }Property Value
| System.Collections.Generic.IList<HtmlListItem> 
 | 
ListSucceeded
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
ModuleName
ProgressBar
ProgressVisible
Declaration
public bool ProgressVisible { get; }Property Value
| System.Boolean 
 | 
RemoveButton
Declaration
[Obsolete("Use RemoveButtons instead")]
public HtmlButton RemoveButton { get; }Property Value
| HtmlButton 
 | 
RemoveButtons
Declaration
public IList<HtmlButton> RemoveButtons { get; }Property Value
| System.Collections.Generic.IList<HtmlButton> 
 | 
SelectButton
Declaration
[Obsolete("Use SelectButtons instead")]
public HtmlDiv SelectButton { get; }Property Value
| HtmlDiv 
 | 
UploadDialogTitle
Declaration
public string UploadDialogTitle { get; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
ButtonClick(Int32)
Declaration
public void ButtonClick(int index)Parameters
| System.Int32
        index 
 | 
ControlAssert()
FileSelect(ScrollToVisibleType)
Declaration
public void FileSelect(ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)Parameters
| 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(String, ScrollToVisibleType)
Declaration
public void Upload(string filePath, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)Parameters
| System.String
        filePath 
 | 
| ScrollToVisibleType
        scrollToVisibleType 
 |