Skip to content

425fc062 7beb 39e1 e1cf 3f2dae4b9f1a

Mat Walker edited this page Apr 17, 2020 · 1 revision

HTTPBased.ItemList.ContainsKey Method

[This is preliminary documentation and is subject to change.]

Indicates if HTTPBased.ItemList contains a key matching the given key text

Namespace: TeamControlium.NonGUI
Assembly: TeamControlium.NonGUI (in TeamControlium.NonGUI.dll) Version: 2.0.0

Syntax

C#

public bool ContainsKey(
	string key
)

Parameters

 

key
Type: System.String
Key text to search for in HTTPBased.ItemList

Return Value

Type: Boolean
True is matching key found else false

See Also

Reference

HTTPBased.ItemList Class
TeamControlium.NonGUI Namespace

Clone this wiki locally