Autodesk Vault ProfessionalVault API

ICustomObjectManager Interface

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Services.Connection

This interface encapsulates all access to Vault Custom Objects. It can be referenced via the Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.Connection.CustomObjectManager property.

Syntax

public interface ICustomObjectManager 
Public Interface ICustomObjectManager 

Methods

NameDescription
AddCustomObjectDefinitionAdds a CustomObjectDefinition.
DeleteCustomObjectDefinitionDeletes a custom object definition.
GetCustomObjectDefinitionByIdGets a CustomObjectDefinition.
GetCustomObjectDefinitionsGets all CustomObjectDefinition's.
GetCustomObjectsByIdsLoads multiple custom objects from the server at once
UpdateCustomObjectDefinitionUpdates a custom object definition.

Returned By

Where you get a ICustomObjectManager — members that return one.

See Also