Click or drag to resize

ChatEventAttachmentItem Class

Represents a chat event attachment.
Inheritance Hierarchy
SystemObject
  Compiled.EDD.ScriptingChatItemBase
    Compiled.EDD.ScriptingChatEventAttachmentItem

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public sealed class ChatEventAttachmentItem : ChatItemBase

The ChatEventAttachmentItem type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName Gets or sets the display name of this attachment.
Public propertyExternalResourcePath Gets the path to the external resource of this attachment. This will be if the attachment is not an external resource.
Public propertyId Gets the ID of this attachment.
Public propertyIsExternalResource Gets whether this attachment is an external resource attachment.
Public propertyOtherProperties Gets a dictionary of optional attachment metadata.
Public propertyPath Gets the local file path to this attachment. This can be if the attachment is an external resource.
Top
Methods
 NameDescription
Public methodCopyTo If Path is set and points to a valid file, copies this attachment's file to the target path.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodMoveTo If Path is set and points to a valid file, moves this attachment's file to the target path and sets Path to path.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also