IAdmOfflinePasswordResetSettings

The IAdmOfflinePasswordResetSettings interface contains settings for the Offline password reset feature.

Inheritance: IUnknown

Properties

Details

IntroDialogTitle

Gets or sets the title of the dialog that is displayed when it is not possible to reset a password online.

  • Type:
  • string
  • Access:
  • Read/Write

IntroDialogError

Gets or sets the text of the error message displayed in the header of the dialog that is displayed when it is not possible to reset a password online.

  • Type:
  • string
  • Access:
  • Read/Write

IntroDialogText1

Gets or sets the text that is displayed in the header of the dialog that is displayed when it is not possible to reset a password online, below the error message.

  • Type:
  • string
  • Access:
  • Read/Write

IntroDialogText2

Gets or sets the text that is displayed above the Reset Offline button.

  • Type:
  • string
  • Access:
  • Read/Write

IntroDialogResetOfflineButtonText

Gets or sets the label text for the Reset Offline button.

  • Type:
  • string
  • Access:
  • Read/Write

IntroDialogRetryButtonText

Gets or sets the label text for the Retry button.

  • Type:
  • string
  • Access:
  • Read/Write

IntroDialogCancelButtonText

Gets or sets the label text for the Cancel button.

  • Type:
  • string
  • Access:
  • Read/Write

StepsDialogTitle

Gets or sets the title for the dialog that displays steps to reset password offline.

  • Type:
  • string
  • Access:
  • Read/Write

StepsDialogHeaderText

Gets or sets the header text for the dialog that displays steps to reset password offline.

  • Type:
  • string
  • Access:
  • Read/Write

StepsDialogStep1Text

Gets or sets the text for step 1.

  • Type:
  • string
  • Access:
  • Read/Write

StepsDialogStep2Text

Gets or sets the text for step 2.

  • Type:
  • string
  • Access:
  • Read/Write

StepsDialogStep3Text

Gets or sets the text for step 3.

  • Type:
  • string
  • Access:
  • Read/Write

StepsDialogStep4Text

Gets or sets the text for step 4.

  • Type:
  • string
  • Access:
  • Read/Write

StepsDialogResponseKeyLabel

Gets or sets the label text for the Response Key field.

  • Type:
  • string
  • Access:
  • Read/Write

StepsDialogNewPasswordLabel

Gets or sets the label text for the New Password field.

  • Type:
  • string
  • Access:
  • Read/Write

StepsDialogResetPasswordButtonText

Gets or sets the label text for the Reset Password button.

  • Type:
  • string
  • Access:
  • Read/Write

StepsDialogCancelButtonText

Gets or sets the label text for the Cancel button.

  • Type:
  • string
  • Access:
  • Read/Write

AccentColor

This property is deprecated and should not be used.
Gets or sets the accent color. This color will be used to highlight user interface elements, such as buttons and text labels.

  • Type:
  • int
  • Access:
  • Read/Write

Remarks

The color is specified as an int value with AARRGGBB byte-ordering, where each byte represents a color component. The most significant byte, represented by AA, is the alpha component value. This byte must be always ***. The bytes represented by RR, GG, and BB are the red, green, and blue color components respectively.

Examples

  • Red - 255
  • Yellow - 65535
  • Magenta - 16711935
  • Set the property value to -1 to use the default color.

Requirements

Minimum required version: 2017.1

See also