A group of methods for creating and modifying object types.
AddObjectTypeAdmin | Adds a new object type or value list. Returns the created object type, with the ID property set to the real ID value. |
GetBuiltInObjectType | Gets an object type representing a built-in real object type. |
GetExternalObjectTypePluginConfigurationDomainIdAdmin | Gets the configuration domain ID of the specified external object type plugin (for administrative operations). |
GetExternalObjectTypePluginConfigurationInfoAdmin | Gets information on the configuration of the specified external object type plugin (for administrative operations). |
GetExternalObjectTypePluginInfosAdmin | Gets all external object type plugins (for administrative operations). |
GetObjectType | Gets information on the specified object type or value list. In the client interface mode, this method supports getting a real object type only. Use the GetValueList method for retrieving a value list. |
GetObjectTypeAdmin | Gets information on the specified object type or value list (for administrative operations). |
GetObjectTypeIDByAlias | Gets the ID of the object type or value list with the specified alias. Returns -1 if a match is not found or if more than one object type or value list uses the specified alias. |
GetObjectTypeIDByGUID | Gets the ID of the object type or value list with the specified GUID. Returns -1 if a match is not found. |
GetObjectTypes | Gets all real object types. |
GetObjectTypesAdmin | Gets all real object types (for administrative operations). |
RefreshExternalObjectType | Refreshes an external object type or value list. |
RefreshExternalObjectTypeColumnMappingsAdmin | Refreshes the column mappings of an external object type. Returns the object type with refreshed column mappings. |
RemoveObjectTypeAdmin | Deletes the specified object type or value list. |
UpdateObjectTypeAdmin | Updates the object type or value list. The ID property identifies the object type to modify. Returns the updated object type. |
UpdateObjectTypeWithAutomaticPermissionsAdmin | Updates the object type or value list. The ID property identifies the object type to modify. Returns the updated object type. |