|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS Namespace > Items Class > Items Methods > Items.GetItemSettings Method |
Retrieves the settings for a specific item based on its ID.
Namespace: BNCS
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public Settings GetItemSettings(
string itemId
)
itemId
Type: String
The ID of the item to retrieve settings for.
The settings for the specified item, or null if the item is not found.