> ## 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.

# Services C API overview - PFTitleDataManagement.h

> Services C API overview - PFTitleDataManagement.h

## Functions

| Function                                                                                                                                                                                        | Description                                                                                |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [PFTitleDataManagementClientGetPublisherDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgetpublisherdataasync)                         | Retrieves the key-value store of custom publisher settings                                 |
| [PFTitleDataManagementClientGetPublisherDataGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgetpublisherdatagetresult)                 | Gets the result of a successful PFTitleDataManagementClientGetPublisherDataAsync call.     |
| [PFTitleDataManagementClientGetPublisherDataGetResultSize](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgetpublisherdatagetresultsize)         | Get the size in bytes needed to store the result of a ClientGetPublisherData call.         |
| [PFTitleDataManagementClientGetTimeAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettimeasync)                                           | Retrieves the current server time                                                          |
| [PFTitleDataManagementClientGetTimeGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettimegetresult)                                   | Gets the result of a successful PFTitleDataManagementClientGetTimeAsync call.              |
| [PFTitleDataManagementClientGetTitleDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitledataasync)                                 | Retrieves the key-value store of custom title settings                                     |
| [PFTitleDataManagementClientGetTitleDataGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitledatagetresult)                         | Gets the result of a successful PFTitleDataManagementClientGetTitleDataAsync call.         |
| [PFTitleDataManagementClientGetTitleDataGetResultSize](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitledatagetresultsize)                 | Get the size in bytes needed to store the result of a ClientGetTitleData call.             |
| [PFTitleDataManagementClientGetTitleNewsAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitlenewsasync)                                 | Retrieves the title news feed, as configured in the developer portal                       |
| [PFTitleDataManagementClientGetTitleNewsGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitlenewsgetresult)                         | Gets the result of a successful PFTitleDataManagementClientGetTitleNewsAsync call.         |
| [PFTitleDataManagementClientGetTitleNewsGetResultSize](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitlenewsgetresultsize)                 | Get the size in bytes needed to store the result of a ClientGetTitleNews call.             |
| [PFTitleDataManagementServerGetPublisherDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergetpublisherdataasync)                         | Retrieves the key-value store of custom publisher settings                                 |
| [PFTitleDataManagementServerGetPublisherDataGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergetpublisherdatagetresult)                 | Gets the result of a successful PFTitleDataManagementServerGetPublisherDataAsync call.     |
| [PFTitleDataManagementServerGetPublisherDataGetResultSize](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergetpublisherdatagetresultsize)         | Get the size in bytes needed to store the result of a ServerGetPublisherData call.         |
| [PFTitleDataManagementServerGetTimeAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettimeasync)                                           | Retrieves the current server time                                                          |
| [PFTitleDataManagementServerGetTimeGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettimegetresult)                                   | Gets the result of a successful PFTitleDataManagementServerGetTimeAsync call.              |
| [PFTitleDataManagementServerGetTitleDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettitledataasync)                                 | Retrieves the key-value store of custom title settings                                     |
| [PFTitleDataManagementServerGetTitleDataGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettitledatagetresult)                         | Gets the result of a successful PFTitleDataManagementServerGetTitleDataAsync call.         |
| [PFTitleDataManagementServerGetTitleDataGetResultSize](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettitledatagetresultsize)                 | Get the size in bytes needed to store the result of a ServerGetTitleData call.             |
| [PFTitleDataManagementServerGetTitleInternalDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettitleinternaldataasync)                 | Retrieves the key-value store of custom internal title settings                            |
| [PFTitleDataManagementServerGetTitleInternalDataGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettitleinternaldatagetresult)         | Gets the result of a successful PFTitleDataManagementServerGetTitleInternalDataAsync call. |
| [PFTitleDataManagementServerGetTitleInternalDataGetResultSize](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettitleinternaldatagetresultsize) | Get the size in bytes needed to store the result of a ServerGetTitleInternalData call.     |
| [PFTitleDataManagementServerGetTitleNewsAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettitlenewsasync)                                 | Retrieves the title news feed, as configured in the developer portal                       |
| [PFTitleDataManagementServerGetTitleNewsGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettitlenewsgetresult)                         | Gets the result of a successful PFTitleDataManagementServerGetTitleNewsAsync call.         |
| [PFTitleDataManagementServerGetTitleNewsGetResultSize](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettitlenewsgetresultsize)                 | Get the size in bytes needed to store the result of a ServerGetTitleNews call.             |
| [PFTitleDataManagementServerSetPublisherDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementserversetpublisherdataasync)                         | Updates the key-value store of custom publisher settings                                   |
| [PFTitleDataManagementServerSetTitleDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementserversettitledataasync)                                 | Updates the key-value store of custom title settings                                       |
| [PFTitleDataManagementServerSetTitleInternalDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementserversettitleinternaldataasync)                 | Updates the key-value store of custom title settings                                       |


## Related topics

- [Services C API overview - PFTitleDataManagementTypes.h](/services/playfab/api-references/c/pftitledatamanagementtypes/pftitledatamanagementtypes_members.md)
- [PFTitleDataManagementClientGetTitleDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitledataasync.md)
- [PFTitleDataManagementServerSetTitleDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementserversettitledataasync.md)
- [PFTitleDataManagementServerGetTitleDataAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettitledataasync.md)
- [PFTitleDataManagementClientGetTitleDataGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitledatagetresult.md)
