Click or drag to resize

ChatEventAttachmentItemPath Property

Gets the local file path to this attachment. This can be if the attachment is an external resource.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public string? Path { get; }

Property Value

String
Remarks
To modify the path, use MoveTo(String).
See Also