The SecureInputFormConfiguration type exposes the following members.

Properties

  NameDescription
Public propertyChanged
Indicates if this object has been modified since it was retrieved from the server.
(Inherited from EditableListConfigurationObject<(Of <(<'TPropertyEnum>)>)>.)
Public propertyConfigurationId
Gets the configuration ID. (Use Property.Id and Property.DisplayName to filter or sort on this property.)
(Inherited from ListConfigurationObject.)
Public propertyCustomParameters
Provides access to the property representing the custom parameters (use Property.CustomParameters).

Remarks

This property is only valid when FormType is Custom.
Public propertyDescription
Provides access to the property representing the description (use Property.Description).
Public propertyFormFields
Provides access to the property representing the form fields (use Property.FormFields).

Remarks

This property is only valid when FormType is Simple.
Public propertyFormName
Provides access to the property representing the form name (use Property.FormName).
Public propertyFormType
Provides access to the property representing the form type (use Property.FormType).
Public propertyIsNewObject
Gets a value indicating whether this object is a new object.
(Inherited from ConfigurationObject.)
Public propertyIvrHandlerName
Provides access to the property representing the ivr handler name (use Property.IvrHandlerName).

Remarks

Valid values can be retrieved from GetIvrHandlers(ConfigurationManager).
Public propertyOriginalConfigurationId
Following a commit, this will be equivalent to the configuration ID that was assigned to this object prior to the commit.
(Inherited from ListConfigurationObject.)
Public propertyPropertiesChanged
Gets the properties that have been changed.
Public propertyStandardProperties
Provides access to the various standard properties, such as DateLastModified, DateCreated and Notes.

See Also