Interface IAimpPlaylistPreimageFolders
Interface IAimpPlaylistPreimageFolders Implements the IAimpPlaylistPreimage
Inherited Members
Namespace: AIMP.SDK.Playlist
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpPlaylistPreimageFolders : IAimpPlaylistPreimage
Methods
ItemsAdd(String, Boolean)
Itemses the add.
Declaration
AimpActionResult ItemsAdd(string path, bool recursive)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path. |
System.Boolean | recursive | if set to |
ItemsDelete(Int32)
Itemses the delete.
Declaration
AimpActionResult ItemsDelete(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index. |
ItemsDeleteAll()
Itemses the delete all.
Declaration
AimpActionResult ItemsDeleteAll()
ItemsGet(Int32)
Get the items by index.
Declaration
AimpActionResult<string, bool> ItemsGet(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index. |
ItemsGetCount()
Itemses the get count.
Declaration
int ItemsGetCount()