Click or drag to resize
IVariantContextScope Interface
General interface for variant context scopes which restrict generating of variants based on the context in which the variant is generated.

Namespace: CMS.ResponsiveImages
Assembly: CMS.ResponsiveImages (in CMS.ResponsiveImages.dll) Version: 10.0.0
Syntax
C#
public interface IVariantContextScope

The IVariantContextScope type exposes the following members.

Methods
  NameDescription
Public methodCheckContext
Checks the given variant context. Returns true if the context matches the defined scope.
Top
See Also