ConstantContact GetContactsFromList Method (ContactList, Nullable DateTime ) CTCT Wrapper Documented Class Library
Get contact that belong to a specific list.

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

public ResultSet<Contact> GetContactsFromList(
	ContactList list,
	Nullable<DateTime> modifiedSince
)

Parameters

list
Type: CTCT.Components.Contacts ContactList
Contact list object.
modifiedSince
Type: OnlineSystem Nullable OnlineDateTime 
limit contacts retrieved to contacts modified since the supplied date

Return Value

Returns the list of contacts.
Exceptions

See Also