Dynamicweb 8 Documentation
Exists Method (FilterDefinitionGroup)

The name of the definition group.
An ID of the definition group to be ommited during the check.
Determines whether specified definition group exits.
Syntax
'Declaration
 
Public Shared Function Exists( _ 
   ByVal name As String, _ 
   ByVal ommitID As Integer _ 
) As Boolean
public static bool Exists( 
   string name,
   int ommitID 
)

Parameters

name
The name of the definition group.
ommitID
An ID of the definition group to be ommited during the check.

Return Value

Value indicating whether specified definition group exits.
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