Click or drag to resize

IFindProjectsWithNumActivitiesNotCompletedTotal Method

Returns list of Projects with matching appointment/document counters. Search by toal number of appointments/documents.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IProjects ProjectsWithNumActivitiesNotCompletedTotal(
	EnAppointType Type,
	IListTextItem intent,
	EnDirection direction,
	EnFindOperator op,
	int Value
)

Parameters

Type
Type: SuperOffice.COM.ApplicationEnAppointType
intent
Type: SuperOffice.COM.ApplicationIListTextItem
direction
Type: SuperOffice.COM.ApplicationEnDirection
op
Type: SuperOffice.COM.ApplicationEnFindOperator
Value
Type: SystemInt32

Return Value

Type: IProjects
See Also