UpdateFileLifeCycleDefinitions Method
Updates the life cycle definition and state for a set of files.
Required Permissions
FileChangeLifeCycleDefinitionSyntax
public override File[] UpdateFileLifeCycleDefinitions(
System.long[] fileMasterIds,
System.long[] toLCDefIds,
System.long[] toStateIds,
System.string comment
)Public Overrides NotOverridable Function UpdateFileLifeCycleDefinitions( _
ByVal fileMasterIds() As System.Long, _
ByVal toLCDefIds() As System.Long, _
ByVal toStateIds() As System.Long, _
ByVal comment As System.String _
) As File()Parameters
| Name | Description |
|---|---|
| fileMasterIds | An array of file master IDs. |
| toLCDefIds | The new life cycle definition for the corresponding file. |
| toStateIds | The new life cycle state for the corresponding file. |
| comment | The comment for the new version of the file. |
Return Value
The updated file objects.