|  | BBISHomePage Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Blackbaud.UAT.Core.Bbis.Pages
 Syntax
SyntaxThe BBISHomePage type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | BBISHomePage | Initializes a new instance of the BBISHomePage class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|   | BaseUrl | 
            Return the config value for BBIS BaseUrl (BBISBaseUrl)
             | 
|  | Title | 
            Return the default page title
            (Overrides BaseComponentTitle.) | 
|   | VirtualPath | 
            Return URL config postfix for BBIS (BBISHomeUrl)
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CheckLayoutSearchResultsContain | 
            Check layout search results contain for passed string
             | 
|   | DeleteLayout | 
            Delete a layout
             | 
|  | Equals | (Inherited from Object.) | 
|   | FilterLayoutByName | 
            Filters Layout by the Name provided
             | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|   | Login | 
            Logon with the credentials specified in the config file.
             | 
|   | LoginAs | 
            What it says - takes Credentials of the form "username:password".
             | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|   | NewLayout | 
            Create a new layout
             | 
|   | OpenImageLibrary | 
            Open the BBIS Image Library
             | 
|   | OpenLayoutGallery | 
            Open the BBIS Layout Gallery
             | 
|   | SetTextField | 
            Set the value of a field by copy pasting the value into the field and sending a Tab keystroke.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | getXFilterByNameButton | 
            XPath for the search Filter by Button
             | 
|   | getXFilterByNameField | 
            XPath for the search Filter by Name Field
             | 
|   | getXLayoutGridNameField | 
            XPath for the Layout Grid Name Field
             | 
|   | getXLayoutSearchResultsLine | 
            XPath for the Layout Search Results Line
             | 
|   | getXLoginButton | 
            XPath for the Loging button
             | 
|   | getXNewLayoutButton | 
            XPath for the New Layout Button
             | 
|   | getXNewLayoutLayoutDescription | 
            XPath for the New Layout Layout Description
             | 
|   | getXNewLayoutLayoutName | 
            XPath for the New Layout Layout Name
             | 
|   | getXNewLayoutNextButton | 
            XPath for the New Layout Next Button
             | 
|   | getXNewLayoutSaveButton | 
            XPath for the New Layout Save Button
             | 
|   | getXPasswordField | 
            XPath for Password field
             | 
|   | getXUserNameField | 
            Xpath for User Name field
             | 
 See Also
See Also