Dynamicweb 8 Documentation
Create(String,Language) Method

The variant option ID.
The language.
Creates a variant option based on the ID and language.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _ 
   ByVal VarOptionID As String, _ 
   ByVal Language As Language _ 
) As VariantOption
public static VariantOption Create( 
   string VarOptionID,
   Language Language 
)

Parameters

VarOptionID
The variant option ID.
Language
The language.
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

VariantOption Class
VariantOption Members
Overload List

Send Feedback