Click or drag to resize
VariantSettings Class
Container for shared settings used by operations with variants.
Inheritance Hierarchy
SystemObject
  CMS.PortalEngineVariantSettings

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public class VariantSettings

The VariantSettings type exposes the following members.

Constructors
  NameDescription
Public methodVariantSettings
Top
Properties
  NameDescription
Public propertyCondition
The condition under variant is shown.
Public propertyDescription
The variant description
Public propertyDisplayName
Display name of the variant
Public propertyDocumentID
The document id
Public propertyEnabled
Indicates whether the variant is enabled
Public propertyID
The variant id
Public propertyInstanceGuid
The web part instance GUID (Guid.Empty for zone variant)
Public propertyName
Name of the variant
Public propertyPageTemplateID
The page template id
Public propertyZoneID
The zone id
Top
See Also