Previous Topic: SetDemoteName Method

Next Topic: SetApproveName Method


SetDemoteId Method

Sets the specified Demote as the current context Demote.

Syntax

object.SetDemoteId(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId - A long that represents the Demote object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetDemoteId(lngObjId)

More information: