Class GetRepositoryItemDescriptionsRequest
Gets descriptions of multiple repository items. The RepositoryItemMetadata> descriptions contain identification, naming, and summary information, but not the entire contents of the item.
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class GetRepositoryItemDescriptionsRequest
Properties
Identifiers
The identifiers for which descriptions will be retrieved.
Declaration
[Required]
public Collection<IdentifierInRequest> Identifiers { get; set; }
Property Value
Type | Description |
---|---|
Collection<IdentifierInRequest> |