Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.24 KB

gamesavecontainer_createblobinfoquery_1392439372.md

File metadata and controls

37 lines (22 loc) · 1.24 KB
-api-id -api-type
M:Windows.Gaming.XboxLive.Storage.GameSaveContainer.CreateBlobInfoQuery(System.String)
winrt method

Windows.Gaming.XboxLive.Storage.GameSaveContainer.CreateBlobInfoQuery

-description

Creates a GameSaveBlobInfoQuery instance that retrieves the game save blobs within this container with names that begin with the specified prefix.

-parameters

-param blobNamePrefix

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

String name prefix of the blobs to retrieve.

-returns

Type: GameSaveBlobInfoQuery

GameSaveBlobInfoQuery instance that retrieves blobs within this container with names that begin with blobNamePrefix.

-remarks

If blobNamePrefix is null or empty the query matches all blobs in the container. Otherwise, it matches the blobs with names that begin with blobNamePrefix.

-examples

-see-also

GameSaveContainer