Click or drag to resize

LayoutExists Method

Returns true if the field identified by fieldName exists in the Layout.

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

Parameters

fieldName
Type: SystemString
The name of the field.

Return Value

Type: Boolean
true if the field identified by fieldName exists in the Layout.
See Also