Autodesk Vault ProfessionalVault API

GetLifecycleRollbackTargetFiles Method

Autodesk.Connectivity.WebServicesChangeOrderService

Gets the the file for rolling back the specified files Lifecycle states within the context of a Change Order

Required Permissions

"Get File Rollback Lifecycle State Target"

Syntax

public FileRollbackStatus[] GetLifecycleRollbackTargetFiles(
   System.long changeOrderId,
   System.long[] fileIds
)
Public Function GetLifecycleRollbackTargetFiles( _
   ByVal changeOrderId As System.Long, _
   ByVal fileIds() As System.Long _
) As FileRollbackStatus()

Parameters

NameDescription
changeOrderIdid of the Change Order
fileIdsids of file Masters to which the rollback is to be applied to

Return Value

Returns the target files (and any Delete Restrictions)

See Also