AVOLITES TITAN API

RecordSnapshot

Records the workspace layout and the selected page in the roller into the selected track. The workspace closes all other windows. The list of macros it is because some macros related can be passed.

Namespace: SetList

Syntax

MACRO

Void SetList.RecordSnapshot(IEnumerable<TrackHandle> tracks, Int32 pageId, Boolean recordWorkspace, Boolean recordPage)

HTTP

http://[ip]:4430/titan/script/2/SetList/RecordSnapshot?tracks={}&pageId={titanId}&recordWorkspace={bool}&recordPage={bool}

Parameters

tracks ( IEnumerable<TrackHandle> ) : The tracks.

pageId ( Int32 ) : The page id.

recordWorkspace ( Boolean ) : if set to true [record workspace].

recordWorkspace

HTTP Example:
http://localhost:4430/titan/script/2/SetList/RecordSnapshot?tracks={}&pageId={titanId}&recordWorkspace=true&recordPage=true

recordPage ( Boolean ) : if set to true [record page].

recordPage

HTTP Example:
http://localhost:4430/titan/script/2/SetList/RecordSnapshot?tracks={}&pageId={titanId}&recordWorkspace=true&recordPage=true