Hide

YetaWF Documentation

Display
Print

YetaWF_Identity_ListOfUserNames Component

YetaWF_Identity_ListOfUserNames (Display)

Shows a list of user accounts in a grid. The model contains the list of user accounts.

Model Type: YetaWF.Core.Serializers.SerializableList<YetaWF.Core.Identity.User>

AdditionalMetadata Attributes

NameTypeDefaultDescription
HeaderbooltrueDefines whether the grid header is shown.
PagerbooltrueDefines whether the grid pager is shown.
UseSkinFormattingbooltrueDefines whether the grid uses skin-based rendering using the defined page skin.
[Caption("Users"), Description("Shows the users that can access voice mails for this extension")]
[UIHint("YetaWF_Identity_ListOfUserNames"), ReadOnly]
public SerializableList<User> Users { get; set; }

YetaWF_Identity_ListOfUserNames (Edit)

Allows adding/removing users from a list of user accounts in a grid. The model contains the list of user accounts.

Model Type: YetaWF.Core.Serializers.SerializableList<YetaWF.Core.Identity.User>

AdditionalMetadata Attributes

NameTypeDefaultDescription
HeaderbooltrueDefines whether the grid header is shown.
[Caption("Users"), Description("Defines the users that can access voice mails for this extension")]
[UIHint("YetaWF_Identity_ListOfUserNames")]
public SerializableList<User> Users { get; set; }