| DataFunctionsGetRecordIdsForLkString Method |
Text Function that creates the codes string of lkString records based on a codes list. Uses the separator character RS(30)
Namespace:
LinkarClient
Assembly:
LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public string GetRecordIdsForLkString(
string[] recordIds
)
Public Function GetRecordIdsForLkString (
recordIds As String()
) As String
public:
String^ GetRecordIdsForLkString(
array<String^>^ recordIds
)
member GetRecordIdsForLkString :
recordIds : string[] -> string
Parameters
- recordIds
- Type: SystemString
A code list.
Return Value
Type:
String
Code string of lkString records.
See Also