ItemsFunctions Class |
Namespace: CMS.Base
public static class ItemsFunctions
Name | Description | |
---|---|---|
Add(IDictionary, String, Object, Boolean) |
Add item.
| |
Add(IThreadContextItems, String, Object, Boolean) |
Add item.
| |
Clear(IDictionary, String) |
Remove items which start with selected name.
| |
Clear(IThreadContextItems, String) |
Remove items which start with selected name.
| |
Contains(IDictionary, String, Boolean) |
Check if stock contain item.
| |
Contains(IThreadContextItems, String, Boolean) |
Check if stock contain item.
| |
GetItem(IDictionary, String, Boolean) |
Returns object which matches by key.
| |
GetItem(IThreadContextItems, String, Boolean) |
Returns object which matches by key.
| |
Remove(IDictionary, String, Boolean) |
Remove item.
| |
Remove(IThreadContextItems, String, Boolean) |
Remove item.
|