Show / Hide Table of Contents

Class GetLatestVersionNumbersRequest

Gets the latest version numbers of multiple items.

Inheritance
object
GetLatestVersionNumbersRequest
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class GetLatestVersionNumbersRequest

Properties

Identifiers

The identifiers of the items.

Declaration
[Required]
public Collection<IdentifierInRequest> Identifiers { get; set; }
Property Value
Type Description
Collection<IdentifierInRequest>

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX