Click or drag to resize

ChatEventAttachmentItemMoveTo Method

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

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

Parameters

path  String
The target path where this attachment's file should be moved 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