Difference between revisions of "GroupBuilderTemplateVariable class"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "{{CGscriptClass_Template |Name=GroupBuilderTemplateVariable |Description=Represents a group builder variable for users with no or invalid emails. |Constructors= {{CGscriptCons...")
(No difference)

Revision as of 11:08, 30 March 2017

GroupBuilderTemplateVariable



Represents a group builder variable for users with no or invalid emails.

Constructors

  • (bool userOrGroupResourceTemplate "If true search for users with specific user resource template, otherwise search for users that belongs to groups of specific resource template") - Create new variable

Methods

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

Properties

  • string ObjectTypeName { get; } - The name of the type of object.
  • int ResourceTemplateResourceId { get; set; } - Group or user resource template to get users from
  • TypeInformation TypeInformation { get; } - Get information about this class.