| LkItemsRemoveId Method |
Linkar Framework for .NET and Core
Removes the LkItem specified by its recordId from the list.
Namespace: Linkar.LkDataAssembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax public void RemoveId(
string recordId
)
Public Sub RemoveId (
recordId As String
)
public:
void RemoveId(
String^ recordId
)
member RemoveId :
recordId : string -> unit
Parameters
- recordId String
- The recordId of the LkItem to be removed.
See Also