FileReadAccessSettings.BypassPermission property

namespace: Serenity.Web   assemblySerenity.Net.Core

Permission that bypasses all file read access checks. You may set this to a special permission like "Administration:General" to allow administrators to read all files.

public string BypassPermission { get; set; }

See Also