Codeunit "File Pagination Data"
ID 9456
Namespace: System.ExternalFileStorage
Methods
SetMarker
Sets a marker to see if files and directories can be retrieved in batches.
procedure SetMarker(NewMarker: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| NewMarker | Text |
Marker value to set. |
GetMarker
Gets the current marker value.
procedure GetMarker(): Text
Returns
| Type | Description |
|---|---|
| Text |
Current marker value. |
SetEndOfListing
Set this value to true, if all files or directories have been read a from the File Service.
procedure SetEndOfListing(NewEndOfListing: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| NewEndOfListing | Boolean |
End of listing reached. |
IsEndOfListing
Defines if all batches of directory or file listing has been received.
procedure IsEndOfListing(): Boolean
Returns
| Type | Description |
|---|---|
| Boolean |
End of listing reached. |