Previous Topic: SetDemoteId Method

Next Topic: SetApproveId Method


SetApproveName Method

Sets the specified Approve as the current context Approve.

Syntax

object.SetApproveName(strApproveName)

Owning Class

CaWContext

Arguments

strApproveName - A string that represents the Approve name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetApproveName(“Approve”)

More information: