SobekCM_Item.To_MARC_Record Method (String, String, String, String, String, String, String)
Gets the collection of MARC tags to be written for this digital resource
Namespace: SobekCM.Resource_ObjectAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public MARC_Record To_MARC_Record(
string CatalogingSourceCode,
string LocationCode,
string ReproductionAgency,
string ReproductionPlace,
string SystemName,
string SystemAbbreviation,
string ThumbnailBase
) |
Parameters
- CatalogingSourceCode
- Type: System..::..String
Cataloging source code for the 040 field, ( for example FUG for University of Florida )
- LocationCode
- Type: System..::..String
Location code for the 852 |a - if none is given the system abbreviation will be used. Otherwise, the system abbreviation will be put in the 852 |b field.
- ReproductionAgency
- Type: System..::..String
Agency responsible for reproduction, or primary agency associated with the SobekCM instance ( for the added 533 |c field )
- ReproductionPlace
- Type: System..::..String
Place of reproduction, or primary location associated with the SobekCM instance ( for the added 533 |b field )
- SystemName
- Type: System..::..String
Name used for this SobekCM (or otherwise) digital repository system
- SystemAbbreviation
- Type: System..::..String
Abbrevation used for this SobekCM (or otherwise) digital repository system
- ThumbnailBase
- Type: System..::..String
Base URL for the thumbnail to be included
Return Value
Type:
MARC_Record Collection of MARC tags to be written for this digital resource
See Also