Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PageToken.cs « NextcloudApp - github.com/nextcloud/windows-universal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da7fa166aa37be91c46ae5667e5d3c1043678382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
namespace NextcloudApp
{
    public enum PageToken
    {
        Login,
        DirectoryList,
        Favorites,
        SharesIn,
        SharesOut,
        SharesLink,
        FileInfo,
        Settings,
        FileDownload,
        FileUpload,
        MoveFileOrFolder,
        Verification,
        ShareTarget,
        FileSavePicker,
        SyncConflict,
        SyncStatus
    }
}