Click or drag to resize

BCLookupListCanEnterUnlistedValue Method

Gets a value indicating whether the current user can enter unlisted values.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public bool CanEnterUnlistedValue(
	BCRoleBasedSecuredObject anObject
)

Parameters

anObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRoleBasedSecuredObject
The object to check privilege on.

Return Value

Type: Boolean
A value indicating whether the current user can enter unlisted values.
See Also