Autodesk Vault ProfessionalVault API

SetBulkFileThreshold Method

Autodesk.Connectivity.WebServicesDocumentService

Sets the threshold values for bulk file edit operations.

Required Permissions

VaultOptionsSet

Syntax

public void SetBulkFileThreshold(
   System.uint warningThreshold,
   System.uint maximumThreshold
)
Public Sub SetBulkFileThreshold( _
   ByVal warningThreshold As System.UInteger, _
   ByVal maximumThreshold As System.UInteger _
) 

Parameters

NameDescription
warningThresholdThe warning threshold. For operations that do bulk operations on a number of files above this value, client applications should display a warning to users.
maximumThresholdThe maximum number of files to be bulk processed in a single operations. Clients should not allow operations above this threshold.

See Also