ChangePasswordOptions Class

The options class used for changing a user password.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsChangePasswordOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class ChangePasswordOptions

The ChangePasswordOptions type exposes the following members.

Constructors
  NameDescription
Public methodChangePasswordOptions
Initializes a new instance of the ChangePasswordOptions class
Top
Properties
  NameDescription
Public propertyAccountId
Gets or sets the account identifier. If this is specified, then the password for this account will be changed and OldPassword does not need to be specified.
Public propertyNewPassword
Gets or sets the new password.
Public propertyOldPassword
Gets or sets the old password. If this is specified, then the password for the current session account (caller) will be changed, and AccountId does not need to be specified.
Top
See Also