Share via


AxdEcoResCategoryDocument.findEntityKeyList Method [AX 2012]

Throws an error.

Syntax

public AifEntityKeyList findEntityKeyList(AifQueryCriteria _queryCriteria, AifEndpointActionPolicyInfo _actionPolicyInfo)

Run On

Server

Parameters

  • _queryCriteria
    Type: AifQueryCriteria Class
    An instance of the AifQueryCriteria class that contains either a query or an array of criteria from which to identify the documents.
  • _actionPolicyInfo
    Type: AifEndpointActionPolicyInfo Class
    An instance of the AifEndpointActionPolicyInfo class that is used to specify the value mapping to perform. This class can be empty if no value mapping is to occur.

Return Value

Type: AifEntityKeyList Class
A list that contains the entity keys that define the documents that are identified by the query or the array of criteria.

Remarks

This method is not supported by this Axd document.

See Also

Reference

AxdEcoResCategoryDocument Class