AttachmentIdType Members
The AttachmentIdType class represents the item identifier and new change key of an item after an attachment has been attached.
The following tables list the members exposed by the AttachmentIdType type.
Public Constructors
Name | Description | |
---|---|---|
AttachmentIdType | The AttachmentIdType constructor initializes a new instance of the AttachmentIdType class. |
Top
Public Properties
Name | Description | |
---|---|---|
Id | The Id property gets or sets the identifier for an attachment.(inherited from RequestAttachmentIdType) | |
RootItemChangeKey | The RootItemChangeKey property gets or sets the change key of the root store item to which the attachment is attached. | |
RootItemId | The RootItemId property gets or sets the unique identifier of the root store item to which the attachment is attached. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also