Autodesk Vault ProfessionalVault API

GetPromoteComponentOrder Method

Autodesk.Connectivity.WebServicesItemService

Gets the order that components should be promoted.

Required Permissions

FilePromote

Syntax

public GetPromoteOrderResults GetPromoteComponentOrder(
   out System.DateTime timestamp
)
Public Function GetPromoteComponentOrder( _
   ByRef timestamp As System.Date _
) As GetPromoteOrderResults

Parameters

NameDescription
timestamp[out] A timestamp for use in later PromoteComponent calls.

Return Value

A GetPromoteComponentOrderResults object containing information about the promote order.

See Also