Click or drag to resize

MARC21_InterfaceAdd_Field Method

Adds new fields to a file of marc records

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
int Add_Field(
	string sSource,
	string sFields
)

Parameters

sSource
Type: SystemString
Source File
sFields
Type: SystemString
Delimited list of field data (delimited by tabs)

Return Value

Type: Int32

[Missing <returns> documentation for "M:MARCEngine7.MARC21_Interface.Add_Field(System.String,System.String)"]

See Also