UsersChangePassword Method (Guid, String) |
Updates a user's password.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void ChangePassword(
Guid userId,
string newPassword
)
Public Sub ChangePassword (
userId As Guid,
newPassword As String
)
public:
void ChangePassword(
Guid userId,
String^ newPassword
)
member ChangePassword :
userId : Guid *
newPassword : string -> unit
Parameters
- userId
- Type: SystemGuid
The unique identifier of the user. - newPassword
- Type: SystemString
The new password.
See Also