Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add_Pages_By_Sequence ( SobekCM.Resource_Object.Divisions.Page_TreeNode Next_Page ) : void |
Adds to the collection of pages by sequence
|
|
Clear_Pages_By_Sequence ( ) : void |
Clears the complete list of pages by sequence
|
|
Get_Download_Eligible_Files ( string Directory ) : ReadOnlyCollection |
Gets the list of all download eligible files for this package This list excludes all page image type files and the standard SobekCM metadata files |
|
Get_Thumbnail_Files ( string Directory ) : ReadOnlyCollection |
Gets the list of all possible thumbnail jpeg files for this package This pulls the file list from the directory each time it is called. In addition, it sorts by the filename, since this was not always happening correctly and this is primarily used for the online metadata update. |
|
Set_BibID_VID ( string BibID, string VID ) : void |
Sets the BibID and VID in this child object, which is used to determine the default folder structure
|
|
Web_Info ( |
Constructor for a new instance of the Behaviors_Info class
|
public Add_Pages_By_Sequence ( SobekCM.Resource_Object.Divisions.Page_TreeNode Next_Page ) : void | ||
Next_Page | SobekCM.Resource_Object.Divisions.Page_TreeNode | Next page in sequence to add |
return | void |
public Get_Download_Eligible_Files ( string Directory ) : ReadOnlyCollection |
||
Directory | string | Directory to check for the files |
return | ReadOnlyCollection |
public Get_Thumbnail_Files ( string Directory ) : ReadOnlyCollection |
||
Directory | string | Directory to check for the files |
return | ReadOnlyCollection |
public Set_BibID_VID ( string BibID, string VID ) : void | ||
BibID | string | BibID |
VID | string | VID |
return | void |
public Web_Info ( |
||
Behaviors | ||
return | System |