Dynamicweb 8 Documentation
FindOptionByID Method

Returns the option specified by the ID, regardless of what group it is in.
Syntax
'Declaration
 
Public Function FindOptionByID( _ 
   ByVal VariantOptionID As String _ 
) As VariantOption
public VariantOption FindOptionByID( 
   string VariantOptionID 
)

Parameters

VariantOptionID
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VariantGroupCollection Class
VariantGroupCollection Members

Send Feedback