FileReadAccessSettings.DefaultPermission property

namespace: Serenity.Web   assemblySerenity.Net.Core

Permission to check when no FileReadAccess attribute is present, or its PermissionOnly is true but no permission is specified. Default is "*" for compat, e.g. allow access to anyone that have access to the entity.

public string DefaultPermission { get; set; }

See Also