Skip to main content
All docs
V25.1
  • Tab

    FileManagerFileAccessRule.Path Property

    OBSOLETE

    Use the PathPattern property instead.

    Gets or sets a pattern for file paths to which an access rule is applied.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    [DefaultValue("")]
    [Obsolete("Use the DevExpress.Web.FileManagerFileAccessRule.PathPattern property instead.")]
    public string Path { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    A String value that specifies a path relative to the root folder path defined by the FileManagerSettings.RootFolder property.

    See Also