OAI_Record Constructor (String, String, String, DateTime)
 Constructor for a new instance of the OAI_Record class  
Namespace: SobekCM.Core.OAIAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
| C# | 
|---|
| public OAI_Record(
	string BibID,
	string VID,
	string Record,
	DateTime Last_Modified_Date
) | 
Parameters
- BibID
- Type: System..::..String
 Bibliographic identifier of this item within this instance
- VID
- Type: System..::..String
 Volume identifier of this item within this instance
- Record
- Type: System..::..String
 Full record to be provided via OAI-PMH
- Last_Modified_Date
- Type: System..::..DateTime
 
See Also