Click or drag to resize

LkItemsItem(String) Property

Linkar Framework for .NET and Core


Indexer to get a LkItem using its RecordId.

Namespace: Linkar.LkData
Assembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax
public LkItem this[
	string id
] { get; }

Parameters

id  String
The record Id of the LkItem.

Return Value

LkItem
The LkItem extracted.
See Also