isVerbSupported()

Determines whether the business object definition supports a particular verb.

Syntax

unsigned char isVerbSupported(char * verb);

Parameters

verb [in]
Is the name of a verb that the method determines if the current business object definition supports.

Return values

Returns TRUE if the business object definition supports the verb and FALSE if it does not.

Copyright IBM Corp. 1997, 2004