Click or drag to resize

ChatEventItemCreateExternalResourceAttachment Method

Creates and adds a new external resource attachment to this event.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public ChatEventAttachmentItem CreateExternalResourceAttachment(
	string path
)

Parameters

path  String
The external resource path of the attachment.

Return Value

ChatEventAttachmentItem
The created attachment.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when path is .
See Also