C# Class PlayFab.AdminModels.GetContentListResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Contents List
ItemCount int
TotalSize uint

Property Details

Contents public property

List of content items.
public List Contents
return List

ItemCount public property

Number of content items returned. We currently have a maximum of 1000 items limit.
public int ItemCount
return int

TotalSize public property

The total size of listed contents in bytes.
public uint TotalSize
return uint