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.0.0.0 (4.0.0.0)
Syntax public void RemoveAllKeysStartingWith(
string keyStartsWith
)
Public Sub RemoveAllKeysStartingWith (
keyStartsWith As String
)
Parameters
- keyStartsWith
- Type: SystemString
The value that the key must starts with
See Also