OctopartPartLibraryGetParts Method

API Library is a special case: For BooleanOperator only "Or" is accepted. For filter keys, only "Name" or "Description" is implemented. Other keys can be used, but the search may become inaccurate.

Definition

Namespace: PCBI_PartExpert.ApiLibraries
Assembly: PCBI_PartExpert (in PCBI_PartExpert.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public Task<ReadOnlyCollection<IPartLibraryEntry>> GetParts(
	int? start,
	int? count,
	BooleanOperator boolean,
	List<FilterParameter> filters
)

Parameters

start  NullableInt32
Not currently considered
count  NullableInt32
Number of results
boolean  BooleanOperator
Only "Or"
filters  ListFilterParameter
Only "Equals"

Return Value

TaskReadOnlyCollectionIPartLibraryEntry

Implements

IPluginPartLibraryGetParts(NullableInt32, NullableInt32, BooleanOperator, ListFilterParameter)

See Also