SobekCM.Resource_Object.Divisions Namespace
Contains both the structural information as well as all the files
Classes
| Class | Description |
---|
| abstract_TreeNode | Abstract class representing a single tree node in a structural map tree associated with a digital resource |
| Division_Info | Stores information about the divisions and files associated with this resource |
| Division_Tree | Division_Tree is a data object in memory which stores a hierarchy of
TreeNode objects which represent divisions, pages, and files |
| Division_TreeNode | Division node in a strucutral map tree associated with a digital resource |
| FileMD5 |
FileMD5 is an object used to convert a file to a MD5 Checksum string.
The name of this file is passed in during the construction of this
object, or by using the property FileName. Then the Checksum is retrieved
by using the Checksum property.
|
| FileSHA1 |
FileSha1 is an object used to convert a file to a sha1 Checksum string.
The name of this file is passed in during the construction of this
object, or by using the property FileName. Then the Checksum is retrieved
by using the Checksum property.
|
| Outer_Division_Info | Class holds information about any outer divisions which wrap around the
rest of the structure map and explain how this resource relates to the larger series or
set of resources |
| Page_TreeNode | Page node in a strucutral map tree associated with a digital resource |
| SobekCM_File_Info | Stores the information about single file associated with a digital resource |
Enumerations
| Enumeration | Description |
---|
| SobekCM_File_Info_Type_Enum | Enumeration is used to keep track of what type of file reference this is (i.e.,
referenced on the same file system or a reference to an external URL ) |