SobekCM_METS_Validator Class
Validates a METS file with SobekCM METS file standards
Namespace: SobekCM.Resource_Object.UtilitiesAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public class SobekCM_METS_Validator |
Remarks
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Check_Files | Check if specified file exists in the search directory |
| METS_Existence_Check | Check if mets file exists for a SobekCM package. |
| METS_Update_Only_Check | Compare only the file group section between the new mets
file and the old mets file. Use the string comparision method to determine if the file
group sections have the same contents after removing all white spaces. |
| SobekCM_Standard_Check | Check the Bibliographic package agaist the SobekCM METS standard |
Properties
| Name | Description |
---|
| Icon_Base_Url | Gets and sets the base icon URL used to check for image existence |
| ValidationError | Gets the error string for the last METS file |
See Also