Click or drag to resize

LayoutExists Method

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

Namespace:  OBCOM.NetSwitchLib.Layouts
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
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