Dynamicweb 8 Documentation
Find(String) Method

Tab system name.
Returns the first element with the given system name.
Syntax
'Declaration
 
Public Overloads Function Find( _ 
   ByVal systemName As String _ 
) As LayoutFieldMetadata
public LayoutFieldMetadata Find( 
   string systemName 
)

Parameters

systemName
Tab system name.

Return Value

The first element 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

LayoutFieldMetadataCollection Class
LayoutFieldMetadataCollection Members
Overload List

Send Feedback