| StateManagerRemoveAllKeysStartingWith Method  | 
            Removes all the keys starting with a particular value
            
 
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic void RemoveAllKeysStartingWith(
	string keyStartsWith
)
Public Sub RemoveAllKeysStartingWith ( 
	keyStartsWith As String
)
Parameters
- keyStartsWith
 - Type: SystemString
The value that the key must starts with 
See Also