ConstantContact GetAllEventSpots Method CTCT Wrapper Documented Class Library
View all existing events

Namespace: CTCT
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public ResultSet<IndividualEvent> GetAllEventSpots(
	Nullable<int> limit,
	Pagination pag
)

Parameters

limit
Type: OnlineSystem Nullable OnlineInt32 
Specifies the number of results per page in the output, from 1 - 500, default = 50
pag
Type: CTCT.Components Pagination
Pagination object

Return Value

ResultSet containing a results array of IndividualEvents
See Also