Click or drag to resize
AttachmentVariantContextScope Class
Simplifies checking attachment variant context.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineAttachmentVariantContextScope

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public class AttachmentVariantContextScope : IVariantContextScope

The AttachmentVariantContextScope type exposes the following members.

Constructors
  NameDescription
Public methodAttachmentVariantContextScope
Top
Methods
  NameDescription
Public methodCheckContext
Checks the given attachment variant context. Returns true if the context matches the defined filter.
Public methodOnSite
Defines the site of the allowed scope to match.
Public methodPath
Defines the path limitation of the allowed scope to match.
Public methodType
Defines the page type of allowed scope to match.
Top
See Also