AVOLITES TITAN API

IsValidDestination

Determines whether the handle is valid as the destination of a copy or move operation.

Namespace: Playbacks.Editor.CopyCues

Syntax

MACRO

Void Playbacks.Editor.CopyCues.IsValidDestination(Handle handle, String errorMessage)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/Editor/CopyCues/IsValidDestination?handle={handle}&errorMessage={string}

Parameters

handle ( Handle ) : The .

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Editor/CopyCues/IsValidDestination?handle_userNumber=6&errorMessage={string}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Editor/CopyCues/IsValidDestination?handle_location=playback_2_1&errorMessage={string}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Editor/CopyCues/IsValidDestination?handle_titanId=1895&errorMessage={string}

errorMessage ( String ) : The error message to display if is not valid.