This document is archived and information here might be outdated.  Recommended version.


IUploader.SingleUploadThresholdInBytes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploader Interface > IUploader.SingleUploadThresholdInBytes Property
ArcGIS Developer Help

IUploader.SingleUploadThresholdInBytes Property

.

[Visual Basic .NET]
Public Property SingleUploadThresholdInBytes As Integer
[C#]
public int SingleUploadThresholdInBytes {get; set;}
[C++]
HRESULT get_SingleUploadThresholdInBytes(
  Long pThreshold
);
[C++]
HRESULT put_SingleUploadThresholdInBytes(
  System.Int32* pThreshold
);
[C++]
Parameters
pThreshold [in]

pThreshold is a parameter of type int pThreshold [out, retval]
pThreshold is a parameter of type int*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IUploader Interface