Share via


AifDocumentService.findList Method [AX 2012]

Finds entities that match a criteria.

Syntax

protected AifDocument findList(
    AifQueryCriteria queryCriteria, 
    AifDocument document, 
   [utcdatetime validFrom, 
    utcdatetime validTo])

Run On

Server

Parameters

  • document
    Type: AifDocument Class
    An instance of the AifDocument class. Matching entities will be deserialized into this object.

Return Value

Type: AifDocument Class
An instance of the AifDocument class.

See Also

Reference

AifDocumentService Class