Edit

Share via


PFCatalogGetEntityDraftItemsAsync

Retrieves a paginated list of the items from the draft catalog created by the Entity. Up to 50 items can be returned at once. You can use continuation tokens to paginate through results that return greater than the limit. GetEntityDraftItems does not work off a cache of the Catalog and should be used when trying to get recent item updates.

Syntax

HRESULT PFCatalogGetEntityDraftItemsAsync(  
    PFEntityHandle entityHandle,  
    const PFCatalogGetEntityDraftItemsRequest* request,  
    XAsyncBlock* async  
)  

Parameters

entityHandle   PFEntityHandle

PFEntityHandle to use for authentication.

request   PFCatalogGetEntityDraftItemsRequest*

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. When the asynchronous task is complete, call PFCatalogGetEntityDraftItemsGetResultSize and PFCatalogGetEntityDraftItemsGetResult to get the result.

Requirements

Header: PFCatalog.h

See also

PFCatalog members