|
|
Line 1: |
Line 1: |
| {{CGscriptClass_Template
| | |
| |Name=Quarantine
| |
| |Description=A quarantine prohibiting bulkmails and bulksms from being sent to user.
| |
| |Constructors=
| |
| {{CGscriptConstructors_Template|Parameters=
| |
| {{CGscriptParameters_Template|Type=number|Name=ResourceId|Description=Resource Id of the Quarantine}}
| |
| |Description=Instanciate an existing instance using the resource id of a Quarantine}}
| |
| {{CGscriptConstructors_Template|Parameters=
| |
| {{CGscriptParameters_Template|Type=string|Name=name|Description=Resource name|Comma=,}}{{CGscriptParameters_Template|Type=number|Name=parentResourceId|Description=Parent resource.}}
| |
| |Description=Instanciate a new instance}}
| |
| |Methods=
| |
| {{CGscriptMethods_Template|ReturnType=Empty|Name=Save|Description=Save the ResourceTemplate resource}}
| |
| {{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}}
| |
| |Properties=
| |
| {{CGscriptProperties_Template|ReturnType=number|Name=Duration|HasGetter=1|HasSetter=1|Description=Number of seconds the quarantine is enforced in seconds}}
| |
| {{CGscriptProperties_Template|ReturnType=string|Name=Name|HasGetter=1|HasSetter=1|Description=Name of the Quarantine resource}}
| |
| {{CGscriptProperties_Template|ReturnType=string|Name=ObjectTypeName|HasGetter=1|Description=The name of the type of object.}}
| |
| {{CGscriptProperties_Template|ReturnType=number|Name=ResourceId|HasGetter=1|Description=The Id of the Quarantine}}
| |
| {{CGscriptProperties_Template|ReturnType=TypeInformation|Name=TypeInformation|HasGetter=1|Description=Get information about this class.}}
| |
| }}
| |