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.7.2.0 (4.7.2.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