UpdateFileCategories Method
Updates the category for a set of files.
Required Permissions
FileChangeCategorySyntax
public File[] UpdateFileCategories(
System.long[] masterIds,
System.long[] categoryIds,
System.string comment
)Public Function UpdateFileCategories( _
ByVal masterIds() As System.Long, _
ByVal categoryIds() As System.Long, _
ByVal comment As System.String _
) As File()Parameters
| Name | Description |
|---|---|
| masterIds | An array of files to update. |
| categoryIds | The new category to the corresponding file. |
| comment | The comment for the new version of the file. |
Return Value
The updated file objects.
Remarks
All input arrays must be the same size. This operation creates a new file version.