• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class DisabledUsersModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Models
    Assembly: Umbraco.Web.Common.dll
    Syntax
    [DataContract]
    public class DisabledUsersModel : INotificationModel

    Properties

    View Source

    DisabledUserIds

    Declaration
    [DataMember(Name = "disabledUserIds")]
    public IEnumerable<int> DisabledUserIds { get; set; }
    Property Value
    Type Description
    IEnumerable<System.Int32>
    View Source

    Notifications

    Declaration
    public List<BackOfficeNotification> Notifications { get; }
    Property Value
    Type Description
    List<BackOfficeNotification>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DisabledUserIds
      • Notifications
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX