Click or drag to resize

OptionGet_Option Method

This method will retrieve OptionType objects.
Namespace:  ASI.TAM.API.Web.EpicSDK.Option
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
OptionType[] Get_Option(
	MasterOptionTypes OptionTypeObject
)

Parameters

OptionTypeObject
Type: ASI.TAM.API.Data.UI.LookupMasterOptionTypes
The Option Type enumeration used to retrieve OptionType object.

Return Value

Type: OptionType
A result object, containing the OptionType objects.
Remarks