mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Resource_Object >> SobekCM_Item >> To_MARC_Record Method >> To_MARC_Record (String, String, String, String, String, String, String)

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_Object
Assembly: 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



Version 4.10.0 ( last generated Monday, March 7, 2016 )