Share via


Application.CheckResourceErrors Method

Project Developer Reference

Checks for errors when resources are imports to the enterprise, or when enterprise resource pool is saved.

Syntax

expression.CheckResourceErrors(LocalRUID, ResetImport, CheckEnterprise)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
LocalRUID Optional Variant Local resource IDs that are to be checked for errors. (Example: "1, 5, 6, 7, 12".) If null, all local resources are checked (unless CheckEnterprise is True).
ResetImport Optional Boolean Reset the import column to True for the local resources that are being checked for errors.
CheckEnterprise Optional Boolean If True, check enterprise resources only.

Return Value
Boolean

See Also