Show / Hide Table of Contents

Class GetLatestItemsRequest

Gets the latest version of an undeserialized item from the repository. To retrieve a deserialized

Inheritance
object
GetLatestItemsRequest
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 GetLatestItemsRequest

Properties

Identifiers

The identifiers of the items to retrieve.

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