Division_Info Class
Stores information about the divisions and files associated with this resource
Namespace: SobekCM.Resource_Object.DivisionsAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
public class Division_Info : XML_Writing_Base_Type |
Remarks
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Division_Info | Constructor creates a new instance of the Divison_Info class |
Methods
Properties
| Name | Description |
---|
| Download_Other_Files | Gets the collection of all download/other files associated with this resource |
| Download_Tree | Gets the division hierarchy tree which contains all other download files |
| Files | Gets the collection of all files associated with this resource, either in the physical
hierarchy tree or the download/other files hierarchy |
| Has_Files | Flag indicates if there are any files linked to this item in either
the physical TOC tree or the download/other files tree |
| Has_Multiple_Divisions | Flag indicates if there are multiple divisions for this physical tree |
| Metadata_Search_Terms | Gets the metadata search terms and values to be saved to the database
to allow searching to occur over the data in this metadata module |
| Needs_Checksums | Returns flag indicating it needs checksums calculated |
| Outer_Division_Count | Get the number of outer divisions |
| Outer_Divisions | Returns the readonly collection of outer divisions |
| Page_Count | Gets the number of pages in the physical structure map for this item,
or allows the number of pages to be set for items which do not have any pages (such as PDF only objects) |
| Page_Files | Gets the collection of all page image files associated with the
physical structure map for this resource |
| Physical_Tree | Gets the physical division hierarchy tree (analogous to the table of contents
for an original phyiscl object) |
| Source_Directory | Gets and sets the source directory, where all the related files should exist |
| Suppress_Checksum | Gets and sets the flag to suppress checksums |
| Table_Of_Contents_XML | |
See Also