Get the List Resolved into a comma separated List of values.

Syntax

ISSupport.ResolveList(list, listResolved, [maxLength], [assumeSecure])

Parameters

NameTypeOptionalByRefDescription
list String The List to Resolve.
listResolved String ByRef The Resolved List.
maxLength Integer Optional ByRef The Maximum allowable length of items in the List if applicable. If omitted, a value of 0 is assumed.
assumeSecure Boolean Optional Indicates whether to Assume that a Secure process is attempting to resolve this list, e.g., that we can vouch for the fact we are NOT allowing any old SQL to be used (such as a clause entered by a User, client-side). If omitted, a value of False is assumed.

Return Value

Boolean
Member of:
ISSupport
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0