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


IAdminUploadsClient.AdminRegister Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAdminUploadsClient Interface > IAdminUploadsClient.AdminRegister Method
ArcGIS Developer Help

IAdminUploadsClient.AdminRegister Method

Instruct the server to reserve space for a new upload item, to be uploaded in parts.

[Visual Basic .NET]
Public Function AdminRegister ( _
    ByVal itemName As String, _
    ByVal Description As String _
) As IUploadItem
[C#]
public IUploadItem AdminRegister (
    string itemName,
    string Description
);
[C++]
HRESULT AdminRegister(
  BSTR itemName,
  BSTR Description
);
[C++]
Parameters
itemName [in]

itemName is a parameter of type BSTR Description [in]
Description is a parameter of type BSTR

Product Availability

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

See Also

IAdminUploadsClient Interface