BCSMetadataGetLookupListValues Method |
Returns an array of values in the specified lookup list.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public Array GetLookupListValues(
BCRepository repository,
string propFullName,
int limits,
out bool canEnterUnlisted
)
Public Function GetLookupListValues (
repository As BCRepository,
propFullName As String,
limits As Integer,
<OutAttribute> ByRef canEnterUnlisted As Boolean
) As Array
Parameters
- repository
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepository
BCRepository instance reference.
- propFullName
- Type: SystemString
The full name of property.
- limits
- Type: SystemInt32
The maximum items to return. If 0 - array[1] with count only is returned.
If lt 0 - all elements will be returned
- canEnterUnlisted
- Type: SystemBoolean
A value indicating whether the user can enter unlisted values.
Return Value
Type:
Array
An array of values in the specified lookup list.
See Also