Click or drag to resize

BulkItemResultT Class

Represents the BulkItemResult object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsBulkItemResultT
    Smartsheet.Api.ModelsBulkItemRowResult

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class BulkItemResult<T>

Type Parameters

T

The BulkItemResultT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFailedItems
Array of BulkItemFailure objects which represents the items that failed to be added or updated.
Public propertyMessage
Gets the Message.
Public propertyResult
Row results created or updated.
Public propertyResultCode
Gets the result Code.
Top
See Also