Class RegisterItemsRequest
Registers the items in the repository.
Inherited Members
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 |