ChangeObjectTypePosition
Change position of this object type.
Input
Name | Type | Description |
FromObjectTypeId | Integer | The id of the object type that should change the position. |
ToObjectTypeId | String | The desired new parent of the object type. |
Position | Integer | The preffered position. |
Result Set Columns
Name | Type | Description |
Id | String | The Id of the ObjectType. |
Name | String | The Name of the ObjectType. |
Description | String | The Description of the ObjectType. |
WorkspaceId | String | The WorkspaceId of the ObjectType. |
GlobalId | String | The GlobalId of the ObjectType. |
IconId | String | The IconId of the ObjectType. |
IconName | String | The IconName of the ObjectType. |
IconUrl16 | String | The IconUrl16 of the ObjectType. |
IconUrl48 | String | The IconUrl48 of the ObjectType. |
Position | Integer | The Position of the ObjectType. |
Created | Datetime | The Created at of the ObjectType. |
Updated | Datetime | The Updated at of the ObjectType. |
ObjectCount | Integer | The ObjectCount of the ObjectType. |
ParentObjectTypeId | Integer | The ParentObjectTypeId of the ObjectType. |
ObjectSchemaId | String | The ObjectSchemaId of the ObjectType. |
Inherited | Boolean | Describes if this object type is configured for inheritance i.e. it's children inherits the attributes of this object type. |
AbstractObjectType | Boolean | The ParentObjectTypeId of the ObjectType. |
ParentObjectTypeInherited | Boolean | The ParentObjectTypeInherited of the ObjectType. |