Codeunit 4102 Temp Blob List in 23
- App
- System Application
- Namespace
- System.Utilities
Versions171819202122232425262728latest
Procedures, 10
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Exists | (Integer) | Boolean | public | - |
| Count | () | Integer | public | - |
| Get | (Integer, var Codeunit Temp Blob) | public | - | |
| Set | (Integer, Codeunit Temp Blob) | Boolean | public | - |
| RemoveAt | (Integer) | Boolean | public | - |
| IsEmpty | () | Boolean | public | - |
| Add | (Codeunit Temp Blob) | Boolean | public | - |
| AddRange | (Codeunit Temp Blob List) | Boolean | public | - |
| GetRange | (Integer, Integer, var Codeunit Temp Blob List) | public | - | |
| RemoveRange | (Integer, Integer) | Boolean | public | - |