Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

IAclSupported.cs

namespace Nop.Core.Domain.Security;

/// 
/// Represents an entity which supports ACL
/// 
public partial interface IAclSupported
{
    /// 
    /// Gets or sets a value indicating whether the entity is subject to ACL
    /// 
    bool SubjectToAcl { get; set; }
}