Click or drag to resize

UserPasswordReset Method

Password reset

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static ModelState PasswordReset(
	string pUserName,
	string pEmailAddress
)

Parameters

pUserName
Type: SystemString

[Missing <param name="pUserName"/> documentation for "M:SOWIApp.Management.User.PasswordReset(System.String,System.String)"]

pEmailAddress
Type: SystemString

[Missing <param name="pEmailAddress"/> documentation for "M:SOWIApp.Management.User.PasswordReset(System.String,System.String)"]

Return Value

Type: ModelState

[Missing <returns> documentation for "M:SOWIApp.Management.User.PasswordReset(System.String,System.String)"]

See Also