BrowseItemExtensions Class | 
Namespace: Demo3D.PLC.Comms
public static class BrowseItemExtensions
The BrowseItemExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AssociatedServerItem | 
            Gets one ServerItem corresponding to a browseItem.
              | |
| FindChild | 
            Finds a child item with the given name.
              | |
| FullName | 
            Returns the full (usually dot separated) name.
              | |
| IsAllLoaded | 
            Gets a value indicating whether all items from the browseItem have been loaded.
              | |
| IsAnyLoadable | 
            Gets a value indicating whether any item, or sub-items, can be loaded.
              | |
| IsAnyLoaded | 
            Gets a value indicating whether any items from the branch have been loaded.
              | |
| SiblingServerItems | 
            Gets all sibling server items belonging to this browseItem.
              | |
| TreatAsItem | 
            Gets a value indicating whether this branch should be treated as an item.
              |