RoleExtensionReturn class
Revision as of 07:47, 19 December 2019 by Administrator (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>RoleExtensionReturn</nowiki> |Description=<nowiki>Return result for executing a role extension</nowiki> |Constructors= {{CGscriptConstru...")
RoleExtensionReturn
Return result for executing a role extension
Constructors
- () - Make new return result holder
Methods
- string ToString() - The string representation of the object.
Properties
- string ErrorMessage { get; set; } - If not success, this contains the error message. If empty, errormessages per user is in the result array.
- string ObjectTypeName { get; } - The name of the type of object.
- Array of Array Result { get; set; } - Any result returned from the script, the order and length of each must match the original Users/Role array.
- bool Success { get; set; } - Did the script complete successful?
- TypeInformation TypeInformation { get; } - Get information about this class.