Skip to content
Snippets Groups Projects

Documentation

Merged Daniel Hornung requested to merge f-doc into dev
All threads resolved!
Files
3
+ 2
2
@@ -26,8 +26,8 @@ classdef Entity < handle
description
unit
value
filepath % Only for file entities: the file path on the server
localpath % Only for file entities: the local path to the file (for upload)
filepath % Only for file entities: the file path on the server.
localpath % Only for file entities: the local path to the file (for upload).
end
properties (Access = private)
datatype_ % 1x1 struct with the following fields:
Loading