TIBCO Adapter SDK C++ Reference
MBusinessDocument::getVerbCode
MBusinessDocument
Retrieve the verbCode attribute from this business document. This attribute provides suggested actions.
Parameters
Parameters Description
int& iValue One of: Insert, Update, Delete or Insert_or_Update (update existing record or insert new record if it does not exist). See MAdvisory::MAdvisorySeverity.
Return Value
If this accessor finds the element, it returns MTrue and stores the information in the output parameter. Otherwise, it returns MFalse.
Declaration
virtual Mboolean getVerbCode(int& iValue) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.