OctopartPartLibraryGetPartCount 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<int> GetPartCount(
	BooleanOperator boolean,
	List<FilterParameter> filters
)

Parameters

boolean  BooleanOperator
Only "Or"
filters  ListFilterParameter
Only "Equals"

Return Value

TaskInt32

Implements

IPluginPartLibraryGetPartCount(BooleanOperator, ListFilterParameter)

See Also