docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DeleteRepresentationArgs

    Support class to make a representation request with IUgcService.DeleteRepresentationAsync Contains all the parameters of the request

    Inheritance
    object
    DeleteRepresentationArgs
    Inherited Members
    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 DeleteRepresentationArgs

    Constructors

    DeleteRepresentationArgs(string, string)

    Construct a new DeleteRepresentationArgs object.

    Declaration
    public DeleteRepresentationArgs(string contentId, string representationId)
    Parameters
    Type Name Description
    string contentId

    The content identifier of the representation

    string representationId

    The representation identifier

    Properties

    ContentId

    The content identifier of the representation

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

    RepresentationId

    The representation identifier of the representation

    Declaration
    public string RepresentationId { 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)