Click or drag to resize

ConneXionFindTotalActivities Method

Method to return total activities found for criteria provided.

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
public ConneXionResult FindTotalActivities(
	Activity Activity,
	ref int iActivityCount
)

Parameters

Activity
Type: ConneXionActivity
Activity data object to Find
iActivityCount
Type: SystemInt32
Integer. iActivityCount as ref. to return the activity count.

Return Value

Type: ConneXionResult
ConneXionResult
Remarks

Required Fields

  • TAMUserName
  • TAMPassword
  • TAMCentralAgency - only if agency is on AppliedOnline
  • LicenseKey - only if agency is an Agency of Vendor
  • RecordNumber
See Also