SetBulkFileThreshold Method
Sets the threshold values for bulk file edit operations.
Required Permissions
VaultOptionsSetSyntax
public void SetBulkFileThreshold(
System.uint warningThreshold,
System.uint maximumThreshold
)Public Sub SetBulkFileThreshold( _
ByVal warningThreshold As System.UInteger, _
ByVal maximumThreshold As System.UInteger _
) Parameters
| Name | Description |
|---|---|
| warningThreshold | The warning threshold. For operations that do bulk operations on a number of files above this value, client applications should display a warning to users. |
| maximumThreshold | The maximum number of files to be bulk processed in a single operations. Clients should not allow operations above this threshold. |