Function ====== PlaybackGroups.AddPlaybacksToGroup ====== Void PlaybackGroups.AddPlaybacksToGroup(PlaybackGroupHandle playbackGroupHandle, IEnumerable handles) ^ API | https://api.avolites.com/15.0/api/PlaybackGroups.AddPlaybacksToGroup.html | ^ description | Adds the playbacks to the specified playback group. | ^ [[macros:namespace|namespace]] | [[macros:namespace:PlaybackGroups]] | ^ parameter | playbackGroupHandle ( [[macros:identifier:handle|]] ) : The **playback group** handle. | ^ ::: | handles ( [[macros:type:IEnumerable]] ) : The **playback** handles to be added to the group. | ^ return value | [[macros:type:void]] | See [[macros:example:playbackgroupcreateadd]] for various ways to pass the IEnumerable of playback handles. As this function is in the namespace PlaybackGroups it assumes any passed handle to be in this namespace too. You need to use [[macros:function:Playbacks.FilterByPlaybackHandle]] to make sure the playbacks are looked up in the correct namespace. Also the playback group handle when passed as user number requires extra casting like ''handle:"playbackGroupHandleUN=1"''. == Example in == [[macros:example:playbackgroupcreateadd:]]: PlaybackGroups.AddPlaybacksToGroup(handle:"playbackGroupHandleUN=1", "cueHandleUN=3") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~