Dynamicweb 8 Documentation
FindIndex Method (FieldMetadataCollection)

System name.
Returns an index of a first element from the collection with the given system name.
Syntax
'Declaration
 
Public Shadows Function FindIndex( _ 
   ByVal systemName As String _ 
) As Integer
public new int FindIndex( 
   string systemName 
)

Parameters

systemName
System name.

Return Value

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

FieldMetadataCollection Class
FieldMetadataCollection Members

Send Feedback