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


For a list of all members of this type, see ArcGISPortalItem members.

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

See Also

© ESRI, Inc. All Rights Reserved.