Skip to main content
Retrieves file metadata from an entity’s profile.

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFDataGetFilesRequest* Populated request object. async   XAsyncBlock*
Inout
XAsyncBlock for the async operation.

Return value

Type: HRESULT Result code for this API operation.

Remarks

This API is available on all platforms. Returns URLs that may be used to download the files for a profile for a limited length of time. Only returns files that have been successfully uploaded, files that are still pending will either return the old value, if it exists, or nothing. See also FileAbortFileUploadsAsync, FileDeleteFilesAsync, FileFinalizeFileUploadsAsync, FileInitiateFileUploadsAsync. When the asynchronous task is complete, call PFDataGetFilesGetResultSize and PFDataGetFilesGetResult to get the result.

Requirements

Header: PFData.h

See also

PFData members
Last modified on August 3, 2026