Skip to main content
All docs
V25.1
  • Tab

    FileManagerFileAccessRule.Browse Property

    OBSOLETE

    Use the FullAccess property instead.

    Gets or sets the browse action permission.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    [DefaultValue(Rights.Default)]
    [Obsolete("Use the DevExpress.Web.FileManagerFileAccessRule.FullAccess property instead.")]
    public Rights Browse { get; set; }

    Property Value

    Type Default Description
    Rights Default

    One of the Rights enumeration values specifying the action permission.

    Available values:

    Name Description
    Allow

    The action is allowed within the access rule.

    Deny

    The action is denied within the access rule.

    Default

    The action has an identical permission as the current item (file or folder) parent element. It corresponds to the Rights.Allow permission if this value does not exist.

    See Also