Click or drag to resize

LayoutGetField Method

Returns the Layout field identified by the supplied fieldName.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public LayoutField GetField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The name of the field.

Return Value

Type: LayoutField
The Layout field identified by the supplied fieldName. If the field does not exist, it returns null.
See Also