docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IUGCTagApi

    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 IUGCTagApi : IApiAccessor

    Methods

    GetTags(string, string, CancellationToken)

    Get all tags

    Declaration
    ApiOperation<List<TagDTO>> GetTags(string projectId, string environmentId, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string projectId
    string environmentId
    CancellationToken cancellationToken

    Cancellation Token to cancel the request.

    Returns
    Type Description
    ApiOperation<List<TagDTO>>

    The operation

    GetTagsDefaultEnv(string, CancellationToken)

    Get all tags

    Declaration
    [Obsolete]
    ApiOperation<List<TagDTO>> GetTagsDefaultEnv(string projectId, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string projectId
    CancellationToken cancellationToken

    Cancellation Token to cancel the request.

    Returns
    Type Description
    ApiOperation<List<TagDTO>>

    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)