Click or drag to resize
AttachmentVariantContextScopeCheckContext Method
Checks the given attachment variant context. Returns true if the context matches the defined filter.

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

Parameters

context
Type: CMS.ResponsiveImagesIVariantContext
Variant processing context.

Return Value

Type: Boolean

Implements

IVariantContextScopeCheckContext(IVariantContext)
See Also