UpdateFileLifeCycleStates Method
Updates the life cycle state for a set of files.
Required Permissions
FileChangeLifeCycleStateSyntax
public override File[] UpdateFileLifeCycleStates(
System.long[] fileMasterIds,
System.long[] toStateIds,
System.string comment
)Public Overrides NotOverridable Function UpdateFileLifeCycleStates( _
ByVal fileMasterIds() As System.Long, _
ByVal toStateIds() As System.Long, _
ByVal comment As System.String _
) As File()Parameters
| Name | Description |
|---|---|
| fileMasterIds | The master IDs for the files to update. |
| toStateIds | The new state ID for the corresponding file. |
| comment | The comment for the new version of the file. |
Return Value
The updated file objects.
Remarks
All arrays must be the same size. This operation creates a new file version.