Chat |
public sealed class ChatEventAttachmentItem : ChatItemBase
The ChatEventAttachmentItem type exposes the following members.
| Name | Description | |
|---|---|---|
| DisplayName | Gets or sets the display name of this attachment. | |
| ExternalResourcePath | Gets the path to the external resource of this attachment. This will be if the attachment is not an external resource. | |
| Id | Gets the ID of this attachment. | |
| IsExternalResource | Gets whether this attachment is an external resource attachment. | |
| OtherProperties | Gets a dictionary of optional attachment metadata. | |
| Path | Gets the local file path to this attachment. This can be if the attachment is an external resource. |
| Name | Description | |
|---|---|---|
| CopyTo | If Path is set and points to a valid file, copies this attachment's file to the target path. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MoveTo | If Path is set and points to a valid file, moves this attachment's file to the target path and sets Path to path. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |