Dynamicweb 8 Documentation
GetGroup Method

An ID of the definition group.
Retrieves definition group by its ID.
Syntax
'Declaration
 
Public Shared Function GetGroup( _ 
   ByVal id As Integer _ 
) As FilterDefinitionGroup
public static FilterDefinitionGroup GetGroup( 
   int id 
)

Parameters

id
An ID of the definition group.

Return Value

A definition group or null (Nothing in Visual Basic) if specified definition group 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

FilterDefinitionGroup Class
FilterDefinitionGroup Members

Send Feedback