Click or drag to resize
ICMSVariantsControl Interface
Interface for the portal controls that have variants

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public interface ICMSVariantsControl : ICMSPortalControl

The ICMSVariantsControl type exposes the following members.

Properties
  NameDescription
Public propertyHasVariants
Returns true if the component has any variants
Public propertyChildrenHaveVariants
Returns true if the child components have any variants
Public propertyPagePlaceholder
Parent page placeholder.
(Inherited from ICMSPortalControl.)
Public propertyParentHasVariants
Returns true if the parent component has any variants
Public propertyPortalManager
Parent portal manager.
(Inherited from ICMSPortalControl.)
Top
See Also