MarcEdit .NET COM API Documentation

MARC21.Delete_Field Method 

Delete Field function is used to delete a list of fields from a file

public int Delete_Field(
   string sSource,
   string sFields
);

Parameters

sSource
Source File
sFields
A delimited list of fields to be deleted. Fields should be delimited by a tab

Return Value

Returns the number of fields deleted, or a negative number on error.

Implements

MARC21_Interface.Delete_Field

See Also

MARC21 Class | MARCEngine5 Namespace