GetFileStatusSetRestrictionsByMasterIds Method
Gets any restrictions on setting the status of a File.
Required Permissions
FileReadSyntax
public DocRestricArray[] GetFileStatusSetRestrictionsByMasterIds(
System.long[] fileMasterIds,
FileStatus fileStatus
)Public Function GetFileStatusSetRestrictionsByMasterIds( _
ByVal fileMasterIds() As System.Long, _
ByVal fileStatus As FileStatus _
) As DocRestricArray()Parameters
| Name | Description |
|---|---|
| fileMasterIds | An array of File Master IDs. |
| fileStatus | The new status. |
Return Value
An array of arrays of restrictions. The primary array corresponds to the input array. The secondary arrays correspond to the restrictions on the corresponding File Master Id. The secondary array will be null if there are no restrictions.