namespace Wino.Core.Domain.Enums { /// /// Defines all possible folder operations that can be done. /// Available values for each folder is returned by IContextMenuProvider /// that integrators hold. /// public enum FolderOperation { None, Pin, Unpin, MarkAllAsRead, DontSync, Empty, Rename, Delete, Move, TurnOffNotifications, CreateSubFolder, Seperator } }