Class FileList
FileList
Inherited Members
Namespace: Unity.Services.Apis.CloudSave
Assembly: solution.dll
Syntax
[Preserve]
public class FileList
Constructors
FileList(List<FileItem>, FileListLinks)
Initializes a new instance of the FileList class.
Declaration
[Preserve]
public FileList(List<FileItem> results = null, FileListLinks links = null)
Parameters
Type | Name | Description |
---|---|---|
List<FileItem> | results | The array of returned file items. |
FileListLinks | links | links. |
Properties
Links
Gets or Sets Links
Declaration
[Preserve]
public FileListLinks Links { get; set; }
Property Value
Type | Description |
---|---|
FileListLinks |
Results
The array of returned file items
Declaration
[Preserve]
public List<FileItem> Results { get; set; }
Property Value
Type | Description |
---|---|
List<FileItem> | The array of returned file items |