file scoped namespaces (#565)
This commit is contained in:
@@ -1,23 +1,22 @@
|
||||
namespace Wino.Core.Domain.Enums
|
||||
namespace Wino.Core.Domain.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Defines all possible folder operations that can be done.
|
||||
/// Available values for each folder is returned by IContextMenuProvider
|
||||
/// that integrators hold.
|
||||
/// </summary>
|
||||
public enum FolderOperation
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines all possible folder operations that can be done.
|
||||
/// Available values for each folder is returned by IContextMenuProvider
|
||||
/// that integrators hold.
|
||||
/// </summary>
|
||||
public enum FolderOperation
|
||||
{
|
||||
None,
|
||||
Pin,
|
||||
Unpin,
|
||||
MarkAllAsRead,
|
||||
DontSync,
|
||||
Empty,
|
||||
Rename,
|
||||
Delete,
|
||||
Move,
|
||||
TurnOffNotifications,
|
||||
CreateSubFolder,
|
||||
Seperator
|
||||
}
|
||||
None,
|
||||
Pin,
|
||||
Unpin,
|
||||
MarkAllAsRead,
|
||||
DontSync,
|
||||
Empty,
|
||||
Rename,
|
||||
Delete,
|
||||
Move,
|
||||
TurnOffNotifications,
|
||||
CreateSubFolder,
|
||||
Seperator
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user