GroupBuilderBulkmailVariable class: Difference between revisions
From Catglobe Wiki
More actions
Nguyenduyan (talk | contribs) Created page with "{{CGscriptClass_Template |Name=GroupBuilderBulkmailVariable |Description=Represents a group builder variable for bulkmail. |Constructors= {{CGscriptConstructors_Template|Descr..." |
(No difference)
|
Revision as of 08:25, 30 March 2017
GroupBuilderBulkmailVariable
Represents a group builder variable for bulkmail.
Constructors
- () - Create new variable
Methods
- string ToString() - The string representation of the object.
Properties
- int BulkmailResourceId { get; set; } - Bulkmail to get users from
- bool Include { get; set; } - Include users that match rule, or exclude
- string ObjectTypeName { get; } - The name of the type of object.
- TypeInformation TypeInformation { get; } - Get information about this class.