Click or drag to resize

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

Constructs a new browse item.

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

Parameters

parent  IBrowseItem
The parent browse item (or null).
name  String
The name of the browse item.
accessName  String
The name used to access the browse item in the server.
isItem  Boolean
True if this item can be loaded.
isBranch  Boolean
True if this item has children and can be expanded.
See Also