Click or drag to resize

IFindProjectsWithLastCreatedSale Method

Returns list of Projects with matching sale counters. Search by date.

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

Parameters

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

Return Value

Type: IProjects
See Also