docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IUGCContentVersionsApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    Namespace: Unity.Services.Apis.UGC
    Assembly: solution.dll
    Syntax
    public interface IUGCContentVersionsApi : IApiAccessor

    Methods

    SearchContentVersions(string, string, string, int?, int?, List<string>, bool?, CancellationToken)

    Search all versions of a content item in a given project and environment

    Declaration
    ApiOperation<ContentVersionDTOPagedResult> SearchContentVersions(string projectId, string environmentId, string contentId, int? offset = null, int? limit = null, List<string> sortBys = null, bool? includeTotal = null, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string projectId
    string environmentId
    string contentId
    int? offset

    (optional)

    int? limit

    (optional)

    List<string> sortBys

    (optional)

    bool? includeTotal

    (optional)

    CancellationToken cancellationToken

    Cancellation Token to cancel the request.

    Returns
    Type Description
    ApiOperation<ContentVersionDTOPagedResult>

    The operation

    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)