Click or drag to resize
BCLookupListCanEdit Method
Gets a value indicating whether the lookup list can be edited by the current user.

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

Parameters

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

Return Value

Type: Boolean
A value indicating whether the lookup list can be edited by the current user.
See Also