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.111.0)
Syntax public bool CanEdit(
BCRoleBasedSecuredObject anObject
)
Public Function CanEdit (
anObject As BCRoleBasedSecuredObject
) As Boolean
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