Interface IAvailableUserGroupSelections
Returns the Users and Groups that are available for selection on an IUserGroupListField, and the permissions those users will have for a given record on which they are selected. Note that this does not take permission inheritance into account (see IUserGroupListField.PermissionInheritance to find the field's inheritance tree in order to determine effective permissions).
Namespace: Estrelica.Archer.Metadata.Field
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IAvailableUserGroupSelections
Properties
Groups
Declaration
IEnumerable<IGroupPermission> Groups { get; }
Property Value
IEnumerable<IGroupPermission> |