Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Identity.DefaultResourceAccess.AddUserAsync Method

(not specified)

Class: YetaWF.Core.Identity.DefaultResourceAccess
Namespace: YetaWF.Core.Identity
Assembly: YetaWF.Core

Syntax

public Task<AddUserInfo> AddUserAsync(
    string name,
    string email,
    string password,
    bool needsNewPassword,
    string comment );

Parameters

name

(not specified)

email

(not specified)

password

(not specified)

needsNewPassword

(not specified)

comment

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Identity.DefaultResourceAccess ClassYetaWF.Core Overview