Search Results for

    Show / Hide Table of Contents
    View Source

    Class ListViewConfiguration.BulkActionPermissionSettings

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class BulkActionPermissionSettings

    Properties

    View Source

    AllowBulkCopy

    Declaration
    [DataMember(Name = "allowBulkCopy")]
    public bool AllowBulkCopy { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    AllowBulkDelete

    Declaration
    [DataMember(Name = "allowBulkDelete")]
    public bool AllowBulkDelete { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    AllowBulkMove

    Declaration
    [DataMember(Name = "allowBulkMove")]
    public bool AllowBulkMove { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    AllowBulkPublish

    Declaration
    [DataMember(Name = "allowBulkPublish")]
    public bool AllowBulkPublish { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    AllowBulkUnpublish

    Declaration
    [DataMember(Name = "allowBulkUnpublish")]
    public bool AllowBulkUnpublish { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AllowBulkCopy
      • AllowBulkDelete
      • AllowBulkMove
      • AllowBulkPublish
      • AllowBulkUnpublish
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX