Toggle menu
868
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 10:02, 26 September 2016 by Tranvuthaibinh (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=ResourceTemplateHelper |Description=Helper class for fetching information about resource templates |Constructors= {{CGscriptConstructors_Templat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ResourceTemplateHelper



Helper class for fetching information about resource templates

Constructors

  • () - Make new helper

Methods

  • Array of objects GetAllBulkMailTemplates() - Get all templates of the given type
  • Array of objects GetAllBulkSmsTemplates() - Get all templates of the given type
  • Array of objects GetAllTemplates(int resourceType "RESOURCE_TYPE_x to determine which list of resource templates to get") - Get resource templates specified by the resource type constant
  • string ToString() - The string representation of the object.

Properties

  • string ObjectTypeName { get; } - The name of the type of object.
  • TypeInformation TypeInformation { get; } - Get information about this class.