FileReadAccessAttribute.PermissionOnly property
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
- class FileReadAccessAttribute