EvaluateAndSetAllNames() Method
In This Topic
Evaluates the full name for all placed functions and interruption points on page by calling EvaluateName for all those objects.
Syntax
public bool EvaluateAndSetAllNames()
public:
bool EvaluateAndSetAllNames();
Return Value
Returns "true" if any name has changed, modifies only functions, which name has been changed.
Exceptions
Exception | Description |
ApplicationException | When page is not set. |
See Also