Difference between revisions of "File field"

From EPrints Documentation
Jump to: navigation, search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* [[Metadata]]
+
{{fieldtypes}}
** [[File field]]
 
  
== Description ==
 
  
This is a virtual field used internally by the [[Document Object]]. Don't create your own "file" fields.
+
{{Deprecated|The File field is a lingering part of EPrints and should not be used.
  
== Properties ==
+
Use the [[Subobject field]] using <tt><nowiki>datasetid => 'file'</nowiki></tt> instead.|metadata field type}}
 
 
{| border="1" cellpadding="3" cellspacing="0"
 
| name || default || description
 
|-
 
| '''show_in_fieldlist''' || 0 || just modifying the default value.
 
|}
 

Latest revision as of 15:36, 16 April 2023

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Metadata Fields: Arclanguage - Base64 - Bigint - Boolean - Compound - Counter - Dataobjref - Date - Decimal - Email - Fields - Float - Id - Idci - Image - Int - Itemref - Keywords - Langid - Longtext - Longtext_counter - Multilang - Multipart - Name - Namedset - Pagerange - Recaptcha - Relation - Search - Secret - Set - Storable - Subject - Subobject - Text - Time - Timestamp - Url - Uuid


Warning.png

Deprecated
This metadata field type has been deprecated.

The File field is a lingering part of EPrints and should not be used.

Use the Subobject field using datasetid => 'file' instead.