UpdatePassword

Merger.UpdatePassword method

Updates existing password for document.

public void UpdatePassword(IUpdatePasswordOptions updatePasswordOptions)
Parameter Type Description
updatePasswordOptions IUpdatePasswordOptions The options for specifying the current/new passwords.

Exceptions

exception condition
ArgumentNullException Thrown when updatePasswordOptions is null.

Remarks

Learn more

See Also