Dynamicweb 8 Documentation
Find(String) Method

Field name.
Returns the first element with the given field name.
Syntax
'Declaration
 
Public Overloads Function Find( _ 
   ByVal field As String _ 
) As OrderBy
public OrderBy Find( 
   string field 
)

Parameters

field
Field name.

Return Value

The first element with the given field 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

OrderByCollection Class
OrderByCollection Members
Overload List

Send Feedback