Previous Topic: SetPromoteName Method

Next Topic: SetDemoteName Method


SetPromoteId Method

Sets the specified Promote as the current context Promote.

Syntax

object.SetPromoteId(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId - A long that represents the Promote object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetPromoteId(lngObjId)

More information: