Click or drag to resize

LkItemsAdd(String) Method

Linkar Framework for .NET and Core


Creates and adds LkItem with specific recordIds to the list.

Namespace: Linkar.LkData
Assembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax
public void Add(
	params string[] recordIds
)

Parameters

recordIds  String
Array with the list of recordIds
See Also