Click or drag to resize

ChatEventAttachmentItemCopyTo Method

If Path is set and points to a valid file, copies this attachment's file to the target path.

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

Parameters

path  String
The target path where this attachment's file should be copied to.
Exceptions
ExceptionCondition
InvalidOperationException The attachment cannot be moved due to missing path.
InvalidOperationException The cannot be moved due to the file missing.
ArgumentException The attachment cannot be moved due to the specified target path pointing to an existing file.
See Also