Click or drag to resize
XmlDataRemove Method
Removes element with specified key from collection

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public void Remove(
	string key
)

Parameters

key
Type: SystemString
Key to remove
See Also