A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class Restriction

Inheritance
System.Object
Restriction
Namespace: EPiServer.Licensing
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public sealed class Restriction : Object

Constructors

Restriction()

Declaration
public Restriction()

Restriction(IEnumerable<RestrictionEntry>)

Declaration
public Restriction(IEnumerable<RestrictionEntry> entries)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<RestrictionEntry> entries

Properties

Entries

Declaration
public RestrictionEntryCollection Entries { get; }
Property Value
Type Description
RestrictionEntryCollection

Extension Methods