Click or drag to resize

IFindProjectsWithNumSalesCreatedPeriod Method

Returns list of Projects with matching sale counters. Search by total number of sales.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IProjects ProjectsWithNumSalesCreatedPeriod(
	EnSaleStatus Status,
	IListTextItem amountclass,
	EnFindOperator op,
	int Value
)

Parameters

Status
Type: SuperOffice.COM.ApplicationEnSaleStatus
amountclass
Type: SuperOffice.COM.ApplicationIListTextItem
op
Type: SuperOffice.COM.ApplicationEnFindOperator
Value
Type: SystemInt32

Return Value

Type: IProjects
See Also