Click or drag to resize

MessageVerifyLayout Method

Returns true if the name of the Layout of the Message equals to supplied layoutName.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public Layout VerifyLayout(
	string layoutName
)

Parameters

layoutName
Type: SystemString
The name of the Layout to verify.

Return Value

Type: Layout
true if the name of the Layout of the Message equals to supplied layoutName.
Exceptions
ExceptionCondition
ArgumentException If the Message does not have a Layout, or if the name of the Layout is not equal to layoutName.
Remarks
This convenience method is normally used in the implementation of methods that process transaction requests whose data must be sent from a client application with a particular structure (or Layout).
See Also