DeleteFileVersions Method
Deletes specific versions of a file.
Required Permissions
FileDeleteConditionalSyntax
public FileDelStatus[] DeleteFileVersions(
System.long[] fileIds
)Public Function DeleteFileVersions( _
ByVal fileIds() As System.Long _
) As FileDelStatus()Parameters
| Name | Description |
|---|---|
| fileIds | An array of file IDs to delete. |
Return Value
A report of which versions have been deleted and which versions have not.