ConstantContact GetContacts Method (Nullable DateTime , Pagination) CTCT Wrapper Documented Class Library
Get an array of contacts.

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

public ResultSet<Contact> GetContacts(
	Nullable<DateTime> modifiedSince,
	Pagination pag
)

Parameters

modifiedSince
Type: OnlineSystem Nullable OnlineDateTime 
limit contacts retrieved to contacts modified since the supplied date
pag
Type: CTCT.Components Pagination
Pagination object.

Return Value

Returns a list of contacts.
See Also