Class GetContentVersionsArgs
Support class to make a content version request with GetRepresentationVersionsAsync(GetRepresentationVersionsArgs) Contains all the required and optional parameters of the request
Inherited Members
Namespace: Unity.Services.Ugc
Assembly: Unity.Services.Ugc.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 |