Class SearchTypedSetRequest
Searches the specified set of items according to the provided search options.
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class SearchTypedSetRequest
Properties
Facet
The parameters for the set search.
Declaration
[Required]
public SetSearchFacet Facet { get; set; }
Property Value
Type | Description |
---|---|
SetSearchFacet |
RootItem
The root item that defines the set to search.
Declaration
[Required]
public IdentifierInRequest RootItem { get; set; }
Property Value
Type | Description |
---|---|
IdentifierInRequest |