Dynamicweb 8 Documentation
GetDefinitionsByGroup Method

An ID of the definition group.
Indicates whether to include inactive definitions.
Retrieves a list of definitions by their group ID.
Syntax
'Declaration
 
Public Shared Function GetDefinitionsByGroup( _ 
   ByVal groupID As Integer, _ 
   ByVal includeInactive As Boolean _ 
) As IEnumerable(Of FilterDefinition)
public static IEnumerable<FilterDefinition> GetDefinitionsByGroup( 
   int groupID,
   bool includeInactive 
)

Parameters

groupID
An ID of the definition group.
includeInactive
Indicates whether to include inactive definitions.

Return Value

A list of definitions or an empty list of no definitions can 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

FilterDefinition Class
FilterDefinition Members

Send Feedback