Click or drag to resize

BrowseItemBase Constructor (IBrowseItem, String, String, Boolean, Boolean)

Constructs a new browse item.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public BrowseItemBase(
	IBrowseItem? parent,
	string name,
	string accessName,
	bool isItem,
	bool isBranch
)

Parameters

parent
Type: Demo3D.PLC.CommsIBrowseItem
The parent browse item (or null).
name
Type: SystemString
The name of the browse item.
accessName
Type: SystemString
The name used to access the browse item in the server.
isItem
Type: SystemBoolean
True if this item can be loaded.
isBranch
Type: SystemBoolean
True if this item has children and can be expanded.
See Also