[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.TopicMap.Contains

Contains Method

Contains(string)

Determines whether the TopicMap contains the specified key.

Declaration
public bool Contains(string path)
Parameters
Type Name Description
string path

The key to locate in the TopicMap.

Returns
Type Description
bool

true if the TopicMap contains an element with the specified key; otherwise, false.

Exceptions
Type Condition
ArgumentNullException

path is null.