The BaseScriptPageConfiguration type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CancelEdit | (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.) | |
| Commit |
BaseScriptPageConfiguration does not directly support commit. Use the parent BaseScriptConfiguration's
Commit()()()() instead.
(Overrides EditableListConfigurationObjectCommit()()()().) | |
| CommitAsync | (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.) | |
| Delete | (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.) | |
| DeleteAsync | (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) | |
| GetValidators | (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.) | |
| GetValidatorsAsync | (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PrepareForEdit | (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.) | |
| SetConfigurationId | (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.) | |
| SetDisplayName | (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.) | |
| ToString | (Inherited from ConfigurationObject.) |
Properties
| Name | Description | |
|---|---|---|
| BackgroundColor |
The page's background color.
| |
| Changed | (Inherited from EditableListConfigurationObject<(Of <(<'BaseScriptPageConfiguration..::..Property>)>)>.) | |
| ConfigurationId | (Inherited from ListConfigurationObject.) | |
| ForegroundColor |
The page's foreground color.
| |
| IsDefaultObject |
Indicates whether this is the default instance of this object type.
| |
| IsNewObject | (Inherited from ConfigurationObject.) | |
| OriginalConfigurationId | (Inherited from ListConfigurationObject.) | |
| PageControls |
The collection of user interface controls displayed on the page.
| |
| PageDispositions |
The collection of dispositions that may be applied to the call. These appear as buttons or links on the page.
| |
| PropertiesChanged |
Determines which properties have been modified since the object was last saved.
| |
| RevisionLevel |
The version number of this object.
| |
| Stage |
The number of the stage corresponding to this script page.
| |
| StaticText |
Read-only text appearing on the page, typically used to assist the agent. May contain plain text, macros, and/or HTML tags.
|