Class FluentUser
Defines the fluent user type.
Inherited Members
Namespace: Stylelabs.M.Sdk.Fluent.Models
Assembly: Stylelabs.M.Sdk.Fluent.dll
Syntax
public class FluentUser : FluentEntity
Constructors
FluentUser(IEntity, IEntitiesClient, IUsersClient)
Declaration
public FluentUser(IEntity entity, IEntitiesClient entitiesClient, IUsersClient usersClient)
Parameters
Type | Name | Description |
---|---|---|
IEntity | entity | |
IEntitiesClient | entitiesClient | |
IUsersClient | usersClient |
Methods
ResetPassword()
Resets the password. This sends an e-mail to the specified user with a link to choose a new password.
Declaration
public FluentEntity ResetPassword()
Returns
Type | Description |
---|---|
FluentEntity | The FluentUser. |
SetPassword(String)
Changes the password.
Declaration
public FluentEntity SetPassword(string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | password | The password to reset. |
Returns
Type | Description |
---|---|
FluentEntity | The FluentUser. |
Extension Methods
Can we improve this article ? Provide feedback