docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FileList

    FileList

    Inheritance
    object
    FileList
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)