Dynamicweb 8 Documentation
ContainsID Method

The ID.
Determines whether the Category with the specific ID is contained in this CategoryCollection.
Syntax
'Declaration
 
Public Function ContainsID( _ 
   ByVal ID As String _ 
) As Boolean
public bool ContainsID( 
   string ID 
)

Parameters

ID
The ID.

Return Value

true if the specified ID is contained; otherwise, false.
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

CategoryCollection Class
CategoryCollection Members

Send Feedback