Get lists.
Namespace: CTCTAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IList<ContactList> GetLists( Nullable<DateTime> modifiedSince )
Parameters
- modifiedSince
- Type:
System.Nullable<
DateTime>
limit contacts retrieved to contacts modified since the supplied date
Return Value
Returns the list of lists where contact belong to.See Also