Click or drag to resize

LkItemsRemoveId Method

Linkar Framework for .NET and Core


Removes the LkItem specified by its recordId from the list.

Namespace: Linkar.LkData
Assembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax
public void RemoveId(
	string recordId
)

Parameters

recordId  String
The recordId of the LkItem to be removed.
See Also