Autodesk Vault ProfessionalVault API

GetPromoteComponentsResults Method

Autodesk.Connectivity.WebServicesItemService

Gets the resulting Item objects generated from PromoteComponent calls.

Required Permissions

FilePromote

Syntax

public ItemsAndFiles GetPromoteComponentsResults(
   System.DateTime timestamp
)
Public Function GetPromoteComponentsResults( _
   ByVal timestamp As System.Date _
) As ItemsAndFiles

Parameters

NameDescription
timestampThe timestamp value from the prior call to GetPromoteComponentOrder.

Return Value

Item an file data.

See Also