Click or drag to resize
GetVariantEventArgs Properties

The GetVariantEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyDocumentIdIsNull
If set, adds check to SQL query whether the variant document id is or is not null. When null, skips the check.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyPageTemplateID
Current page template ID
Public propertyVariantID
ID of return variant
Public propertyVariantName
Name of the variant to find.s
Public propertyVariantType
Type of variant event is using.
Top
See Also