Click or drag to resize

MARC21_InterfaceDeleteField Method

DeleteField function deletes fields from a mnemonic marc record.

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
string DeleteField(
	string smarc,
	string[] arr_options,
	out int lCount
)

Parameters

smarc
Type: SystemString

[Missing <param name="smarc"/> documentation for "M:MARCEngine7.MARC21_Interface.DeleteField(System.String,System.String[],System.Int32@)"]

arr_options
Type: SystemString

[Missing <param name="arr_options"/> documentation for "M:MARCEngine7.MARC21_Interface.DeleteField(System.String,System.String[],System.Int32@)"]

lCount
Type: SystemInt32

[Missing <param name="lCount"/> documentation for "M:MARCEngine7.MARC21_Interface.DeleteField(System.String,System.String[],System.Int32@)"]

Return Value

Type: String

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

See Also