Autodesk Vault ProfessionalVault API

GetUnreleasedChildMasterIDsByItemMasterIDs Method

Autodesk.Connectivity.WebServicesChangeOrderService

Returns a list of child Item Master IDs which are the unreleased children of the specified Items with respect to the specified Change Order.

Required Permissions

ChangeOrderRead

Syntax

public System.long[] GetUnreleasedChildMasterIDsByItemMasterIDs(
   System.long changeOrderId,
   System.long[] itemMasterIds,
   System.bool recursive
)
Public Function GetUnreleasedChildMasterIDsByItemMasterIDs( _
   ByVal changeOrderId As System.Long, _
   ByVal itemMasterIds() As System.Long, _
   ByVal recursive As System.Boolean _
) As System.Long()

Parameters

NameDescription
changeOrderIdThe Change Order ID.
itemMasterIdsThe Item master IDs.
recursiveIf true all descendents are checked. If false, only the first level of children are checked.

Return Value

The Item master IDs for the unreleased children.

See Also