Autodesk Vault ProfessionalVault API

GetAllChangeOrderParticipants Method

Autodesk.Connectivity.WebServicesChangeOrderService

Gets all Users that can participate in Change Order activities.

Required Permissions

ChangeOrderRead

Syntax

public ChangeOrderParticipant[] GetAllChangeOrderParticipants()
Public Function GetAllChangeOrderParticipants() As ChangeOrderParticipant()

Return Value

All Participants on the server.

See Also