Click or drag to resize

MARC21_InterfaceAddField Method

AddField function replaces add_field and add_field_string

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

Parameters

smarc
Type: SystemString

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

arr_options
Type: SystemString

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

lCount
Type: SystemInt32

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

Return Value

Type: String

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

See Also