Click or drag to resize
ContactInfoObjectQueryExtensions.CreatedAfter Method

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<ContactInfo> CreatedAfter(
	this ObjectQuery<ContactInfo> contactsQuery,
	DateTime from
)

Parameters

contactsQuery
Type: CMS.DataEngine.ObjectQuery<ContactInfo>
from
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