ConstantContact GetContactsFromList Method (String, Nullable Int32 , Nullable DateTime , Pagination) 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(
	string listId,
	Nullable<int> limit,
	Nullable<DateTime> modifiedSince,
	Pagination pag
)

Parameters

listId
Type: OnlineSystem String
Contact list id.
limit
Type: OnlineSystem Nullable OnlineInt32 
Specifies the number of results per page in the output, from 1 - 500, default = 500.
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.
Exceptions

See Also