ArcGIS API for Silverlight - Library Reference
ArcGISPortalItem Class Members
See Also  Properties  Methods  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace : ArcGISPortalItem Class


The following tables list the members exposed by ArcGISPortalItem.

Public Constructors

 NameDescription
public ConstructorArcGISPortalItem ConstructorInitializes a new instance of the ArcGISPortalItem class.  
Top

Public Properties

 NameDescription
public PropertyAccessGets the access level on the item. Private is the default and only the item owner can access. Shared allows the item to be shared with a specific group. Setting to Organization restricts item access to members of your organization. If Public, all users can access the item.  
public PropertyAccessInformation Gets the information on the source of the item.  
public PropertyArcGISPortal Gets or sets the ArcGIS portal containing the item.  
public PropertyAvgRating Gets the average rating for this item.  
public PropertyCreationDate Gets the date the item was created.  
public PropertyCulture Gets the item locale (language and country) information.  
public PropertyDescription Gets the detailed description of the item.  
public PropertyExtent Gets the bounding extent of the item (in geographical coordinates)  
public PropertyGuid Gets the GUID of the item.  
public PropertyId Gets or sets the unique id for this item.  
public PropertyIsInitialized Gets a value indicating whether this instance is initialized.  
public PropertyLicenseInfo Gets the license information, restrictions and use constraints.  
public PropertyModificationDate Gets date the item was last modified.  
public PropertyName Gets the name of item.  
public PropertyNumComments Gets the number of comments on the item.  
public PropertyNumRatings Gets the number of ratings on the item.  
public PropertyNumViews Gets the number of views on the item.  
public PropertyOwner Gets the username of the user who owns this item.  
public PropertySize Gets the size of the item.  
public PropertySnippet Gets the summary description of the item.  
public PropertySpatialReference Gets the item's spatial reference.  
public PropertyTags Gets the user defined tags that are words or short phrases that describe the item.  
public PropertyThumbnailUri Gets the URI of the thumbnail image used for the item.  
public PropertyTitle Gets the item title. This is the name that is displayed to users and by which they refer to the item. Every item must have a title.  
public PropertyType Gets the gis content type of this item. Example types include : "Web Map" and "Web Mapping Application".  
public PropertyTypeKeywords Gets the set of keywords that further describes the type of this item. Each item is tagged with a set of type keywords that are derived based on its primary type.  
public PropertyTypeNameGets the string representation of the item type.

In most cases, it's the string representation of the enumeration Type, but, in cases where the type is unrecognized, the actual type is returned by this TypeName property while Type returns just ItemType.Other.

 
public PropertyUrl Gets the URL for the resource represented by the item. Applies only to items that represent web accessible resources such as map services.  
Top

Public Methods

 NameDescription
public MethodFromJson Initialize an item from a json string..  
public MethodGetCommentsAsync Gets the comments for the item that you have access to. Available only to authenticated users.  
public MethodGetGroupsAsync Gets the groups the item is a part of. Only shows the groups which the calling user can access.  
public MethodGetItemDataAsync Gets the item data. The data component of an item (the "item file") is used to stream the actual data represented by the item to the client. This resource is available only for the file and text item types.  
public MethodGetRatingAsync Gets the rating given by current user, if any.  
public MethodGetRelatedItemsAsync Gets all the related items of a certain relationship type for that item. An optional direction can be specified if the direction of the relationship is ambiguous. Otherwise the service will try to infer it.  
public MethodGetSharingInfoAsync Gets the item sharing info. This is accessible only to the owning user or to the administrator of the organization if the user is a member of one.  
public MethodInitializeAsync Initializes the item objet from the specified item id.  
public MethodShareAsyncOverloaded. Shares the ArcGISPortalItem with the specified list of ArcGISPortalGroup.Id values. This Method is available only to authenticated users.  
public MethodUnshareAsyncStops sharing the ArcGISPortalItem with the specified list of ArcGISPortalGroup.Id values. This Method is available only to authenticated users.  
Top

See Also

© ESRI, Inc. All Rights Reserved.