ChatEventItemCreateExternalResourceAttachment Method |  |
Creates and adds a new external resource attachment to this event.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic ChatEventAttachmentItem CreateExternalResourceAttachment(
string path
)
Parameters
- path String
- The external resource path of the attachment.
Return Value
ChatEventAttachmentItem
The created attachment.
Exceptions
See Also