Previous Topic: SetPromoteId Method

Next Topic: SetDemoteId Method


SetDemoteName Method

Sets the specified Demote as the current context Demote.

Syntax

object.SetDemoteName(strDemoteName)

Owning Class

CaWContext

Arguments

strDemoteName - A string that represents the Demote name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetDemoteName(“Demote”)

More information: