ClassRadCloudUpload
Represents the RadCloudUpload class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadCloudUpload : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadCloudUpload
Inherited Members
Constructors
RadCloudUpload()
Initializes a new instance of the RadCloudUpload class.
Declaration
public RadCloudUpload()
RadCloudUpload(Element)
Initializes a new instance of the RadCloudUpload class.
Properties
AllFilesCount
Returns cloud upload uploaded files.
BodyContainer
Returns cloud upload input unordered list.
ClientSideLocator
Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
ListFailed
Returns cloud upload list of the failed files
ListItemsFailed
Returns the failed list items in cloud upload .
Declaration
public IList<HtmlListItem> ListItemsFailed { get; }
Property Value
IList<HtmlListItem>
ListItemsSucceeded
Returns the list of the secceeded items in cloud upload .
Declaration
public IList<HtmlListItem> ListItemsSucceeded { get; }
Property Value
IList<HtmlListItem>
ListSucceeded
Returns cloud upload list of the succeeded files
LocatorExpression
Get the FindParam that defines the pattern for a RadUploadHtmlControl.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
ModuleName
Current cloud upload module.
Declaration
public CloudUploadModuleType ModuleName { get; }
Property Value
ProgressBar
Returns whether cloud upload progress is visible.
ProgressVisible
Returns whether cloud upload progress is visible.
RemoveButton
Returns upload remove button.
Declaration
[Obsolete("Use RemoveButtons instead")]
public HtmlButton RemoveButton { get; }
Property Value
RemoveButtons
Returns cloud upload remove button controls.
Declaration
public IList<HtmlButton> RemoveButtons { get; }
Property Value
SelectButton
Returns upload select button.
Declaration
[Obsolete("Use SelectButtons instead")]
public HtmlDiv SelectButton { get; }
Property Value
UploadDialogTitle
Returns the FileUpload dialog title.
Methods
AssignElement(Element)
Assign the DOM element to be the RadCloudUpload control.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides
ButtonClick(int)
Clicks the remove button of file with the specified index.
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
FileSelect(ScrollToVisibleType)
Selects the file by specifid index.
Declaration
public void FileSelect(ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
scrollToVisibleType
Specifies how element should be put into view.
FileWithIndexUploadedSuccessfully(int)
Returns whether cloud upload successfully uploaded a file with specified index.
InlineProgressShownForFile(int)
Returns whether cloud upload inline progress is shown for file with specified index.
NameOfTheFileWithIndex(int)
Returns the name of the uploaded file with spesific index.
Upload(string, ScrollToVisibleType)
Upload a file.
Declaration
public void Upload(string filePath, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
filePath
scrollToVisibleType
Specifies how element should be put into view.