ObjectType

MCM module
ObjectType extension
ObjectType/Set

Creates or updates an ObjectType.

Authentication:
  • Logged in – You need to be logged in to use this feature
  • Manage permission – Requires the SystemPermissons.Manage permission
Parameters:
  • id – ID of the (new) ObjectType
  • name – Name of the (new) ObjectType
Returns:

The updated or new ObjectType

If the no ObjectType with the specific id exists a new ObjectType is created.

ObjectType/Get

Gets all ObjectTypes.

Returns:A list of ObjectTypes
ObjectType/Delete

Deletes an ObjectType.

Authentication:
  • Logged in – You need to be logged in to use this feature
  • Manage permission – Requires the SystemPermissons.Manage permission
Parameters:

id – ID of the ObjectType to delete

Returns:

The number of affected rows in the database