Requests the password of a user.
Namespace:
BoneAssembly: BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)
Syntax
| C# |
|---|
public bool RequestPassword( string user, string email ) |
| Visual Basic (Declaration) |
|---|
Public Function RequestPassword ( _ user As String, _ email As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool RequestPassword( String^ user, String^ email ) |
Parameters
- user
- Type: System..::.String
User name to request password of.
- Type: System..::.String
Email of the user.
Return Value
[Missing <returns> documentation for M:Bone.Handle.RequestPassword(System.String,System.String)]