docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetContentVersionsArgs

    Support class to make a content version request with IUgcService.GetRepresentationVersionsAsync Contains all the required and optional parameters of the request

    Inheritance
    object
    BaseSearchArgs<SearchContentVersionsSortBy>
    GetContentVersionsArgs
    Inherited Members
    BaseSearchArgs<SearchContentVersionsSortBy>.Offset
    BaseSearchArgs<SearchContentVersionsSortBy>.Limit
    BaseSearchArgs<SearchContentVersionsSortBy>.Search
    BaseSearchArgs<SearchContentVersionsSortBy>.Filters
    BaseSearchArgs<SearchContentVersionsSortBy>.IncludeTotal
    BaseSearchArgs<SearchContentVersionsSortBy>.AddSortBy(SearchContentVersionsSortBy, 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 GetContentVersionsArgs : BaseSearchArgs<SearchContentVersionsSortBy>

    Constructors

    GetContentVersionsArgs(string)

    Construct a new GetContentVersionsArgs object.

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

    The content identifier of the ContentVersions

    Properties

    ContentId

    The id of the content

    Declaration
    public string ContentId { get; set; }
    Property Value
    Type Description
    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)