ConstantContact GetContacts Method (Nullable DateTime ) CTCT Wrapper Documented Class Library
Get a set 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
)

Parameters

modifiedSince
Type: OnlineSystem Nullable OnlineDateTime 
limit contacts retrieved to contacts modified since the supplied date

Return Value

Returns a list of contacts.
See Also