Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PortalItemProperties

Hierarchy

Index

Properties

Optional access

access: "public" | "private" | "org" | "shared"

Indicates the level of access to this item: private, shared, org, or public.

Read more...

Optional accessInformation

accessInformation: string

Information on the source of the item and its copyright status.

Read more...

Optional apiKey

apiKey: string

An authorization string used to access the portal item.

Read more...

Optional avgRating

avgRating: number

Average rating.

Read more...

Optional categories

categories: string[]

An array of organization categories that are set on the item.

Read more...

Optional created

The date the item was created.

Read more...

Optional culture

culture: string

The item's locale information (language and country).

Read more...

Optional description

description: string

The detailed description of the item.

Read more...

Optional extent

The geographic extent, or bounding rectangle, of the item.

Read more...

Optional groupCategories

groupCategories: string[]

An array of group categories set on the item.

Read more...

Optional id

id: string

The unique id for the item.

Read more...

Optional licenseInfo

licenseInfo: string

Information on license or restrictions related to the item.

Read more...

Optional modified

modified: DateProperties

The date the item was last modified.

Read more...

Optional name

name: string

The name of the item.

Read more...

Optional numComments

numComments: number

Number of comments on the item.

Read more...

Optional numRatings

numRatings: number

Number of ratings on the item.

Read more...

Optional numViews

numViews: number

Number of views on the item.

Read more...

Optional owner

owner: string

The username of the user who owns this item.

Read more...

Optional ownerFolder

ownerFolder: string

The ID of the folder in which the owner has stored the item.

Read more...

Optional portal

The portal that contains the item.

Read more...

Optional screenshots

screenshots: string[]

An array of string URLs.

Read more...

Optional size

size: number

The size of the item (in bytes).

Read more...

Optional snippet

snippet: string

A summary description of the item.

Read more...

Optional sourceJSON

sourceJSON: any

The JSON used to create the property values when the PortalItem is loaded.

Read more...

Optional tags

tags: string[]

User defined tags that describe the item.

Read more...

Optional title

title: string

The title for the item.

Read more...

Optional type

type: string

The GIS content type of this item.

Read more...

Optional typeKeywords

typeKeywords: string[]

Type keywords that describe the type of content of this item.

Read more...

Optional url

url: string

The service URL of this item.

Read more...

Generated using TypeDoc