GroupBuilderContactAmountVariable class
Revision as of 09:53, 30 March 2017 by Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=GroupBuilderContactAmountVariable |Description=Represents a group builder variable for contact amount. |Constructors= {{CGscriptConstructors_Tem...")
GroupBuilderContactAmountVariable
Represents a group builder variable for contact amount.
Constructors
- () - Create new variable
Methods
- Empty SetFixedDateLimited(DateTime fromDate "From date", DateTime toDate "To date") - Set a fixed date limitation
- Empty SetFloatingDateLimited(int nrDaysBefore "Number of days before today to start", int nrDays "Number of days to include") - Set a floating date limitation
- Empty SetMailType(bool isEmail "Include normal emails sent", bool isBulkmail "Include bulk emails sent") - Include normal emails sent and/or bulkmails
- Empty SetNotDateLimited() - Remove date limitation
- string ToString() - The string representation of the object.
Properties
- int GroupResourceId { get; set; } - Include only mails sent sent to people in this group
- bool IsBulkmail { get; } - Include bulk emails sent
- bool IsEmail { get; } - Include normal emails sent
- bool IsFixedDateLimited { get; } - Include all users within date range
- bool IsFloatingDateLimited { get; } - Include all users within floating date range
- bool IsNotDateLimited { get; } - Include all users date wise
- string ObjectTypeName { get; } - The name of the type of object.
- string Operator { get; set; } - Include those that received more, the exact or less emails than the target given
- int Target { get; set; } - Include those that received more, the exact or less emails than the target given
- int TargetResourceId { get; set; } - Include only mails sent directly under this resource
- TypeInformation TypeInformation { get; } - Get information about this class.