Items.GetItemSettings Method

<< 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)

 

Syntax


public Settings GetItemSettings(
 string itemId
)

Parameters

itemId

Type: String
The ID of the item to retrieve settings for.

Return Value

The settings for the specified item, or null if the item is not found.

 

See Also


Items Class

BNCS Namespace