Click or drag to resize

UserCreate Method

Create simple user

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static UserCreateSimple Create(
	UserCreateSimple pUserCreateSimple,
	Dictionary<string, string> pDictionaryUI
)

Parameters

pUserCreateSimple
Type: SOWIData.Management.ModelsUserCreateSimple

[Missing <param name="pUserCreateSimple"/> documentation for "M:SOWIApp.Management.User.Create(SOWIData.Management.Models.UserCreateSimple,System.Collections.Generic.Dictionary{System.String,System.String})"]

pDictionaryUI
Type: System.Collections.GenericDictionaryString, String

[Missing <param name="pDictionaryUI"/> documentation for "M:SOWIApp.Management.User.Create(SOWIData.Management.Models.UserCreateSimple,System.Collections.Generic.Dictionary{System.String,System.String})"]

Return Value

Type: UserCreateSimple

[Missing <returns> documentation for "M:SOWIApp.Management.User.Create(SOWIData.Management.Models.UserCreateSimple,System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also