ArcGIS Runtime SDK for WPF - Library Reference
AddItemTaskAsync Method
See Also 
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortal Class : AddItemTaskAsync Method

Adds an item asynchronously. This operation is used to submit text content or to submit a URL to the item to the specified user folder depending on documented Item Types. This operation is available only to authenticated users.

The current user automatically becomes the owner of the item. The item by default is flagged as private (e.g., not shared with any group). This can be changed with the share item operation.

The url used for an item must be unique within the particular user's folder.

Overload List

OverloadDescription
AddItemTaskAsync(ArcGISPortalItem,String,Stream,String)Adds an item asynchronously. This operation is used to submit text content or to submit a URL to the item to the specified user folder depending on documented Item Types. This operation is available only to authenticated users.

The current user automatically becomes the owner of the item. The item by default is flagged as private (e.g., not shared with any group). This can be changed with the share item operation.

The url used for an item must be unique within the particular user's folder.  
AddItemTaskAsync(ArcGISPortalItem,StreamContent,Stream,String)Adds an item with a file content asynchronously. This operation is used to upload an item file to the specified user folder depending on documented Item Types. This operation is available only to authenticated users.

The user automatically becomes the owner of the item. The item by default is flagged as private (e.g., not shared with any group). This can be changed with the share item operation.

The url used for an item must be unique within the particular user's folder.  

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.