AquaLogic Interaction Development Kit (IDK) 6.0.0

IPortletRequest.GetProtocolVersion Method 

Returns the current version of the protocol being used by the portal to communicate with this portlet.

string GetProtocolVersion();

Return Value

The protocol version.

Remarks

Note: The version will be returned in the en-us locale, i.e. '1.3'.

Exceptions

Exception TypeCondition
NotGatewayedException The request is not gatewayed.

See Also

IPortletRequest Interface | Plumtree.Remote.Portlet Namespace