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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public override void Remove(
	string key
)

Parameters

key
Type: SystemString
Key to remove
See Also