Dynamicweb 8 Documentation
ValidateSingleOrderLineFieldValue Method

Validates a single orderline field value
Syntax
'Declaration
 
Public Shared Function ValidateSingleOrderLineFieldValue( _ 
   ByVal orderLineFieldValue As OrderLineFieldValue, _ 
   ByVal settings As Settings _ 
) As Boolean
public static bool ValidateSingleOrderLineFieldValue( 
   OrderLineFieldValue orderLineFieldValue,
   Settings settings 
)

Parameters

orderLineFieldValue
settings

Return Value

True iff no validation errors occurs
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

Validater Class
Validater Members

Send Feedback