mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Builder_Library >> Incoming_Digital_Resource.Incoming_Digital_Resource_Type

Incoming_Digital_Resource.Incoming_Digital_Resource_Type Enumeration



Enumerational value indicates the type of incoming digital resource


Namespace: SobekCM.Builder_Library
Assembly: SobekCM_Builder_Library (in SobekCM_Builder_Library.dll) Version: 4.8.7.0 (4.8.7.0)

Syntax

C#
public enum Incoming_Digital_Resource_Type

Members

Member nameValueDescription
UNKNOWN-1 Type of resource is unknown, unrecognized, or not yet computed
COMPLETE_PACKAGE1 Complete packages contain all the metadata and image resource files for loading into a SobekCM library
PARTIAL_PACKAGE2 Partial packages have a METS file, but may not necessarily have every resource file, as some may already exist in the SobekCM library's resource folder
METADATA_UPDATE3 Metadata updates contain just the METS file with updated metadata for loading into the library
BIB_LEVEL4 Bib-level METS files are generally deprecated
FOLDER_OF_FILES5 A simple folder of files may not contain a METS file but will still be loaded into the library's resource folder
DELETE6 Delete METS will cause the digital resource in the library to be deleted, and the files to be moved to a special DELETED folder for review

Remarks

This is necessary, rather than depending on the METS Record Status type, because folders could also be accepted with just files, without a METS file

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )