GetLifecycleRollbackTargetFiles Method
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
| Name | Description |
|---|---|
| changeOrderId | id of the Change Order |
| fileIds | ids of file Masters to which the rollback is to be applied to |
Return Value
Returns the target files (and any Delete Restrictions)