AVOLITES TITAN API

SelectHandlesWithoutEmpty

Selects a handle. Injects an input into the menu system with the selected handles, without empty keys

Namespace: Handles

Syntax

MACRO

Void Handles.SelectHandlesWithoutEmpty(IEnumerable<Handle> selectedHandles, String keyClass, String keyName)

HTTP

http://[ip]:4430/titan/script/2/Handles/SelectHandlesWithoutEmpty?selectedHandles={handleList}&keyClass={string}&keyName={string}

Parameters

selectedHandles ( IEnumerable<Handle> ) : The handle to select.

selectedHandles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Handles/SelectHandlesWithoutEmpty?selectedHandles_handleList=1895,1896,1900&keyClass={string}&keyName={string}

selectedHandles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Handles/SelectHandlesWithoutEmpty?selectedHandles_userNumberList=6,8,10&keyClass={string}&keyName={string}

keyClass ( String ) : The key class, for a panel item this will be the panel item class eg PlaybackFlashes.

keyName ( String ) : Name of the key eg Swop or Touch.