Click or drag to resize
IFormCollectionContainsKey Method
Determines whether the collection contains a form item with specified name.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
Name of the tested form item.

Return Value

Type: Boolean
True if the key is present, otherwise false.
See Also