Dynamicweb 8 Documentation
GetConditionsByDependantDefinition Method

An ID of the dependant definition.
Retrieves a list of conditions by their dependant definition ID.
Syntax
'Declaration
 
Public Shared Function GetConditionsByDependantDefinition( _ 
   ByVal dependantDefinitionID As Integer _ 
) As IEnumerable(Of FilterVisibilityCondition)
public static IEnumerable<FilterVisibilityCondition> GetConditionsByDependantDefinition( 
   int dependantDefinitionID 
)

Parameters

dependantDefinitionID
An ID of the dependant definition.

Return Value

A list of matched conditions or an empty list of no conditions 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