@rgwch/mayan_edms-api
Preparing search index...
types
DocumentFile
Type Alias DocumentFile
A file attached to a document. This is, where the actual content of the document is stored.
type
DocumentFile
=
{
checksum
:
string
;
comment
:
string
;
document_id
:
number
;
document_url
:
string
;
download_url
:
string
;
encoding
:
string
;
file
:
string
;
filename
:
string
;
id
:
number
;
mimetype
:
string
;
page_list_url
:
string
;
pages_first
:
DocumentFilePage
;
size
:
number
;
timestamp
:
string
;
url
:
string
;
}
Index
Properties
checksum
comment
document_
id
document_
url
download_
url
encoding
file
filename
id
mimetype
page_
list_
url
pages_
first
size
timestamp
url
Properties
checksum
checksum
:
string
comment
comment
:
string
document_
id
document_id
:
number
document_
url
document_url
:
string
download_
url
download_url
:
string
encoding
encoding
:
string
file
file
:
string
filename
filename
:
string
id
id
:
number
mimetype
mimetype
:
string
page_
list_
url
page_list_url
:
string
pages_
first
pages_first
:
DocumentFilePage
size
size
:
number
timestamp
timestamp
:
string
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checksum
comment
document_
id
document_
url
download_
url
encoding
file
filename
id
mimetype
page_
list_
url
pages_
first
size
timestamp
url
@rgwch/mayan_edms-api
Loading...
A file attached to a document. This is, where the actual content of the document is stored.