Dynamicweb 8 Documentation
IndexOf(String) Method

Searches the VariantGroupProductRelation list for the existance of strID
Syntax
'Declaration
 
Public Overloads Function IndexOf( _ 
   ByVal strID As String _ 
) As Integer
public int IndexOf( 
   string strID 
)

Parameters

strID

Return Value

if strID is found in the collection the index of that position is returned otherwise -1
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

VariantGroupProductRelationCollection Class
VariantGroupProductRelationCollection Members
Overload List

Send Feedback