GroupBuilderUserInfomationVariable class
Revision as of 10:09, 30 March 2017 by Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=GroupBuilderUserInfomationVariable |Description=Represents a group builder variable for users with specific user information. |Constructors= {{C...")
GroupBuilderUserInfomationVariable
Represents a group builder variable for users with specific user information.
Constructors
- () - Create new variable
Methods
- Empty AddPhoneType(string phonetype "Add specific phone type") - Add a new phone type
- string GetPhoneType(int index "Index") - Get phone type at the given index
- array PossiblePhoneTypes() - Get all of the possible phone type
- bool RemovePhoneType(string phonetype "Remove specific phone type") - Remove phone type. Return true if removed
- string ToString() - The string representation of the object.
Properties
- string CountryIsoCode { get; set; } - Get users with specific country
- string CultureIsoCode { get; set; } - Get users with specific culture
- string EmailDomain { get; set; } - Find users with specific @domain at the end of the email address. Only used if HaveEmail is true
- bool ExcludeInvalidEmail { get; set; } - Exclude those users that bounced an email
- bool HaveEmail { get; set; } - If true, find only users with email
- bool HavePhoneNumber { get; set; } - Find users with phonenumbers
- string LanguageIsoCode { get; set; } - Get users with specific language
- string ObjectTypeName { get; } - The name of the type of object.
- string PhoneNumberCountryIsoCode { get; set; } - Get users with phonenumber in the specific country
- int PhoneNumberFrom { get; set; } - Find users with a phonenumber in a specific range
- int PhoneNumberTo { get; set; } - Find users with a phonenumber in a specific range
- int PhoneTypeCount { get; } - Number of specific phone types
- int PointBalanceFrom { get; set; } - Find users with a point balance atleast this amount
- int PointBalanceTo { get; set; } - Find users with a point balance no more than this amount
- int QuestionnaireResourceId { get; set; } - Questionnaire to get users from
- TypeInformation TypeInformation { get; } - Get information about this class.