Show / Hide Table of Contents

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.

Inheritance
Object
GetRepositoryItemDescriptionsRequest
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 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>

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX