Class FileUploadDialog
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: ArtOfTest.WebAii.Win32.Dialogs
Assembly: ArtOfTest.WebAii.dll
Syntax
public class FileUploadDialog : BaseDialog, IDialog
Constructors
FileUploadDialog(Browser, String, DialogButton)
Declaration
public FileUploadDialog(Browser parentBrowser, string filePath, DialogButton dismissButton)
Parameters
Browser
parentBrowser
|
System.String
filePath
|
DialogButton
dismissButton
|
FileUploadDialog(Browser, String, DialogButton, String)
Declaration
public FileUploadDialog(Browser parentBrowser, string filePath, DialogButton dismissButton, string title)
Parameters
Browser
parentBrowser
|
System.String
filePath
|
DialogButton
dismissButton
|
System.String
title
|
Properties
FilePath
Declaration
public string FilePath { get; set; }
Property Value
System.String
|
Methods
Handle()
IsDialogActive(WindowCollection)
Declaration
public override bool IsDialogActive(WindowCollection dialogs)
Parameters
WindowCollection
dialogs
|
Returns
System.Boolean
|