ImageServerEditResult

A class that returns the editing results for Add, Update, and Delete requests.

Property

Type

Description

Code

int

The error code associated with the event.

Description

string

The description of the error.

RasterID

int

The ID of the catalog item being updated or deleted.

Succeed

bool

Specifies if the event succeeded or failed.

Remarks

The Add, Update, and Delete requests return a list of ImageServerEditResult, which specifies editing results for each catalog item.

11/8/2016