Dynamicweb 8 Documentation
MaximumSort Method

An ID of the field.
Retrieves the maximum sort number for options that matches specified field ID.
Syntax
'Declaration
 
Public Shared Function MaximumSort( _ 
   ByVal fieldID As String _ 
) As Integer
public static int MaximumSort( 
   string fieldID 
)

Parameters

fieldID
An ID of the field.

Return Value

The maximum sort number for options that matches specified field ID.
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

FieldOption Class
FieldOption Members

Send Feedback