docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetRepresentationsArgs

    Support class to make a representation request with IUgcService.GetRepresentationsAsync Contains all the required and optional parameters of the request

    Inheritance
    object
    BaseSearchArgs<BaseSearchSortBy>
    GetRepresentationsArgs
    Inherited Members
    BaseSearchArgs<BaseSearchSortBy>.Offset
    BaseSearchArgs<BaseSearchSortBy>.Limit
    BaseSearchArgs<BaseSearchSortBy>.Search
    BaseSearchArgs<BaseSearchSortBy>.Filters
    BaseSearchArgs<BaseSearchSortBy>.IncludeTotal
    BaseSearchArgs<BaseSearchSortBy>.AddSortBy(BaseSearchSortBy, bool)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ugc.Bridge
    Assembly: Unity.Services.Ugc.Bridge.Editor.dll
    Syntax
    public class GetRepresentationsArgs : BaseSearchArgs<BaseSearchSortBy>

    Constructors

    GetRepresentationsArgs(string)

    Construct a new GetRepresentationsArgs object.

    Declaration
    public GetRepresentationsArgs(string contentId)
    Parameters
    Type Name Description
    string contentId

    The content identifier of the representation

    Properties

    ContentId

    The id of the content

    Declaration
    public string ContentId { get; set; }
    Property Value
    Type Description
    string

    Tags

    Optional list of tags used to retrieve representations with corresponding tags

    Declaration
    public List<string> Tags { get; set; }
    Property Value
    Type Description
    List<string>
    In This Article
    Back to top
    Copyright © 2025 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)