Click or drag to resize
ContactInfoObjectQueryExtensions.CreatedBefore Method

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public static ObjectQuery<ContactInfo> CreatedBefore(
	this ObjectQuery<ContactInfo> contactsQuery,
	DateTime to
)

Parameters

contactsQuery
Type: CMS.DataEngine.ObjectQuery<ContactInfo>
to
Type: System.DateTime

Return Value

Type: ObjectQuery<ContactInfo>

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ObjectQuery<ContactInfo>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentNullExceptioncontactsQuery is null
See Also