Difference between revisions of "GroupBuilderBulkmailHistoryVariable class"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "{{CGscriptClass_Template |Name=GroupBuilderBulkmailHistoryVariable |Description=Represents a group builder variable for bulkmail history. |Constructors= {{CGscriptConstructors...")
(No difference)

Revision as of 09:49, 30 March 2017

GroupBuilderBulkmailHistoryVariable



Represents a group builder variable for bulkmail history.

Constructors

  • () - Create new variable

Methods

  • string ToString() - The string representation of the object.

Properties

  • int BulkmailResourceId { get; set; } - Bulkmail to get users from
  • bool DependantSendToCompleted { get; set; } - Respondents that have completed their QAS gets included if set
  • bool DependantSendToNotStarted { get; set; } - Respondents that have not yet started their QAS gets included if set
  • bool DependantSendToPartly { get; set; } - Respondents that have partly completed their QAS gets included if set
  • array History { get; set; } - History items to get users from
  • string ObjectTypeName { get; } - The name of the type of object.
  • TypeInformation TypeInformation { get; } - Get information about this class.