Class FluentUser

Version: 4.0

Defines the fluent user type.

Inheritance
object
FluentUser
Namespace: StylelabsStylelabs.MSdkFluentModels
Assembly: Stylelabs.M.Sdk.Fluent.dll
Syntax
RequestResponse
public class FluentUser : FluentEntity

Constructors

FluentUser(IEntity, IEntitiesClient, IUsersClient)

Initializes a new instance of the FluentUser class.

Declaration
RequestResponse
public FluentUser(IEntity entity, IEntitiesClient entitiesClient, IUsersClient usersClient)
Parameters
TypeNameDescription
IEntityentity

The entity.

IEntitiesCliententitiesClient

The entities client.

IUsersClientusersClient

The users client.

Methods

ResetPassword()

Resets the password. This sends an e-mail to the specified user with a link to choose a new password.

Declaration
RequestResponse
public FluentEntity ResetPassword()
Returns
TypeDescription
FluentEntity

The FluentUser.

SetPassword(string)

Changes the password.

Declaration
RequestResponse
public FluentEntity SetPassword(string password)
Parameters
TypeNameDescription
stringpassword

The password to reset.

Returns
TypeDescription
FluentEntity

The FluentUser.

Extension Methods

Do you have some feedback for us?

If you have suggestions for improving this article,