Previous Topic: SetCheckinId Method

Next Topic: SetPromoteId Method


SetPromoteName Method

Sets the specified Promote as the current context Promote.

Syntax

object.SetPromoteName(strPromoteName)

Owning Class

CaWContext

Arguments

strPromoteName - A string that represents the Promote name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetPromoteName(“Promote”)

More information: