FileReadAccessAttribute.PermissionOnly property

namespace: Serenity.Data   assemblySerenity.Net.Core

Gets or sets a value indicating whether to skip entity-level access control and use only permission-based access. If this attribute specifies a permission, that permission is used. Otherwise, the default permission is used.

public bool PermissionOnly { get; set; }

See Also