Dynamicweb 8 Documentation
FindIndex(String) Method

Type name.
Returns an index of a first element from the collection with the given type name.
Syntax
'Declaration
 
Public Overloads Function FindIndex( _ 
   ByVal typeName As String _ 
) As Integer
public int FindIndex( 
   string typeName 
)

Parameters

typeName
Type name.

Return Value

An index of a first element from the collection with the given type name.
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

CreationRuleMetadataCollection Class
CreationRuleMetadataCollection Members
Overload List

Send Feedback