Click or drag to resize
IVariantContextScopeCheckContext Method
Checks the given variant context. Returns true if the context matches the defined scope.

Namespace: CMS.ResponsiveImages
Assembly: CMS.ResponsiveImages (in CMS.ResponsiveImages.dll) Version: 10.0.0
Syntax
C#
bool CheckContext(
	IVariantContext context
)

Parameters

context
Type: CMS.ResponsiveImagesIVariantContext
Variant context.

Return Value

Type: Boolean
See Also