getGatewayType

Description

Returns the gateway type field of the CFEvent object.

Category

Event Gateway Development

Syntax

String getGatewayType()

See also

setGatewayType, CFML CFEvent structure, CFEvent class in Creating Custom Event Gateways in ColdFusion MX Developer's Guide

Returns

The gateway type of the CFEvent object, or null.

Usage

Most gateways do not need to use this method.


View comments in LiveDocs