Show / Hide Table of Contents

Class RegisterItemsRequest

Registers the items in the repository.

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

Properties

Items

The items to register.

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

Options

The options to pass to the repository.

Declaration
public CommitOptions Options { get; set; }
Property Value
Type Description
CommitOptions

Extension Methods

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