SetFileStatusByMasterId Method
Sets the status of a File.
Required Permissions
FileStatusOverrideSyntax
public File SetFileStatusByMasterId(
System.long fileMasterId,
FileStatus fileStatus
)Public Function SetFileStatusByMasterId( _
ByVal fileMasterId As System.Long, _
ByVal fileStatus As FileStatus _
) As FileParameters
| Name | Description |
|---|---|
| fileMasterId | The Master ID of the file. |
| fileStatus | The new status of the file. |
Return Value
The latest version of the file, including the updated status.