Back to Devexpress

AuthenticationSettingsBuilder.Group(String) Method

aspnetcore-devexpress-dot-aspnetcore-dot-richedit-dot-authenticationsettingsbuilder-dot-group-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

AuthenticationSettingsBuilder.Group(String) Method

Sets the name of the user group with editing permission.

Namespace : DevExpress.AspNetCore.RichEdit

Assembly : DevExpress.AspNetCore.RichEdit.v25.2.dll

NuGet Package : DevExpress.AspNetCore.RichEdit

Declaration

csharp
public AuthenticationSettingsBuilder Group(
    string value
)

Parameters

NameTypeDescription
valueString

The user group name.

|

Returns

TypeDescription
AuthenticationSettingsBuilder

A builder for credential settings.

|

See Also

AuthenticationSettingsBuilder Class

AuthenticationSettingsBuilder Members

DevExpress.AspNetCore.RichEdit Namespace