IGHARemoteObjectGetPlaylistItemsAsync Method |
Returns playlist items from a playlist container
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<IGHARemoteObjectcollection> GetPlaylistItemsAsync()
Function GetPlaylistItemsAsync As Task(Of IGHARemoteObjectcollection)
Task<IGHARemoteObjectcollection^>^ GetPlaylistItemsAsync()
abstract GetPlaylistItemsAsync : unit -> Task<IGHARemoteObjectcollection>
Return Value
Type:
TaskIGHARemoteObjectcollectionCollection of playlist gha objects
See Also