Dynamicweb 8 Documentation
GetCondition Method

An ID of the condition.
Retrieves condition by its ID.
Syntax
'Declaration
 
Public Shared Function GetCondition( _ 
   ByVal conditionID As Integer _ 
) As FilterVisibilityCondition
public static FilterVisibilityCondition GetCondition( 
   int conditionID 
)

Parameters

conditionID
An ID of the condition.

Return Value

Condition that matches specified ID or null (Nothing in Visual Basic) of condition can not be found.
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

FilterVisibilityCondition Class
FilterVisibilityCondition Members

Send Feedback