> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFGameSaveFilesUiConflictUserAction

> The user action of the PFGameSaveFilesUiConflictCallback.

The user action of the PFGameSaveFilesUiConflictCallback.

## Syntax

```cpp theme={null}
enum class PFGameSaveFilesUiConflictUserAction  : uint32_t  
{  
    Cancel = 0,  
    TakeLocal,  
    TakeRemote,  
}  
```

## Constants

| Constant   | Description                   |
| ---------- | ----------------------------- |
| Cancel     | Cancel the current operation. |
| TakeLocal  | Take the local version.       |
| TakeRemote | Take the remote version.      |

## Requirements

**Header:** PFGameSaveFilesUi.h

## See also

[PFGameSaveFilesUi members](/services/playfab/api-references/c/pfgamesavefilesui/pfgamesavefilesui_members)
