Click or drag to resize

StateManagerRemoveAllKeysStartingWith Method

Removes all the keys starting with a particular value

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void RemoveAllKeysStartingWith(
	string keyStartsWith
)

Parameters

keyStartsWith
Type: SystemString
The value that the key must starts with
See Also