Enum PlaylistCloseFlag
Enum PlaylistCloseFlag
Namespace: AIMP.SDK.Playlist
Assembly: AIMP.SDK.dll
Syntax
[Flags]
public enum PlaylistCloseFlag
Fields
| Name | Description |
|---|---|
| ForceRemove | Ignores current settings and remove playlist from disk after closing. |
| ForceUnload | Ignores current settings and not remove playlist from disk after closing. |
| None | The none |