mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
14 lines
227 B
C#
14 lines
227 B
C#
namespace MicrosoftZuneLibrary
|
|
{
|
|
public enum BulkItemAction
|
|
{
|
|
ReverseSync = 2,
|
|
UnexcludeFromSync = 6,
|
|
ExcludeFromSync = 5,
|
|
RemoveSyncRules = 4,
|
|
AddSyncRules = 3,
|
|
DeleteFromDevice = 1,
|
|
DeleteFromLibrary = 0
|
|
}
|
|
}
|