ItemOperationsFetchResponce

ItemOperationsFetchResponce class

Contains responce about retrieving an items from the server.

public class ItemOperationsFetchResponce

Constructors

Name Description
ItemOperationsFetchResponce() The default constructor.

Properties

Name Description
Class { get; set; } Identifies the class of the item. The valid Class element values are: - Email - Contacts - Calendar - Tasks
CollectionId { get; set; } Specifies the folder that has to be fetched. Contains ServerId of a folder.
LinkId { get; set; } Specifies a Uniform Resource Identifier (URI) that is assigned by the server to certain resources, such as Windows SharePoint Services or UNC documents. Can be used by the Fetch element to refer to the location of an item.
LongId { get; set; } Specifies a unique identifier that was assigned by the server to each result returned by a previous Search response. The LongId element value can be up to 256 characters in length.
Properties { get; set; } Contains the properties that are returned for item(s) in the response.
ServerId { get; set; } Specifies a unique identifier that is assigned by the server to each object that can be synchronized or have an item operation applied to it.
Status { get; set; } Contains a code and description that indicates the success or failure of the ItemOperations operation

See Also