| IFormCollectionContainsKey Method | 
            Determines whether the collection contains a form item with specified name.
            
 
Namespace: CMS.Base.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
 Syntax
Syntaxbool ContainsKey(
	string key
)
Parameters
- key
- Type: SystemString
 Name of the tested form item.
Return Value
Type: 
BooleanTrue if the key is present, otherwise false.
 See Also
See Also