ConstantContact.GetLists Method CTCT Wrapper Documented Class Library
Get lists.

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

public IList<ContactList> GetLists(
	Nullable<DateTime> modifiedSince
)

Parameters

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

Return Value

Returns the list of lists where contact belong to.
See Also