IFindProjectsWithNumActivitiesCreatedPeriod 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
SyntaxIProjects ProjectsWithNumActivitiesCreatedPeriod(
EnAppointType Type,
IListTextItem intent,
EnDirection direction,
EnFindOperator op,
int Value
)
Function ProjectsWithNumActivitiesCreatedPeriod (
Type As EnAppointType,
intent As IListTextItem,
direction As EnDirection,
op As EnFindOperator,
Value As Integer
) As IProjects
Dim instance As IFind
Dim Type As EnAppointType
Dim intent As IListTextItem
Dim direction As EnDirection
Dim op As EnFindOperator
Dim Value As Integer
Dim returnValue As IProjects
returnValue = instance.ProjectsWithNumActivitiesCreatedPeriod(Type,
intent, direction, op, Value)
IProjects^ ProjectsWithNumActivitiesCreatedPeriod(
[InAttribute] EnAppointType Type,
[InAttribute] IListTextItem^ intent,
[InAttribute] EnDirection direction,
[InAttribute] EnFindOperator op,
[InAttribute] 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