Class GetContentVersionsArgs
Support class to make a content version request with IUgcService.GetRepresentationVersionsAsync Contains all the required and optional parameters of the request
Inherited Members
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 |