FolderObjectType Enumeration
Specifies the type of item contained in the System View Folder; resultant is the logical OR of these values.
Syntax
|
Constants
|
Enum FolderObjectType
swcNone = 0
swcCharacteristic = 1
swcProfile = 2
swcMonitor = 4
swcFolder = 8
swcDashboard = 16
swcTaskset = 32
swcLabel = 64
swcBinaryDocument = 128
swcStandardProfileSequence = 256
End Enum
|
- swcNone: System View Folder contains no items.
- swcCharacteristic: System View Folder contains a Characteristic.
- swcProfile: System View Folder contains a Profile.
- swcMonitor: System View Folder contains a Monitor.
- swcFolder: System View Folder contains a sub Folder.
- swcDashboard: System View Folder contains a Dashboard.
- swcTaskset: System View Folder contains a Taskset.
- swcLabel: System View Folder contains a label.
- swcBinaryDocument: System View Folder contains a binary document.
- swcStandardProfileSequence: System View Folder contains a standard profile sequence.
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.