Click or drag to resize
BdcDataAdapterDoesUserHaveWritePermissions Method
Checks in the ACL, whether the user has edit permissions on the item.

Namespace: Colygon.MatchPoint.BusinessConnectivity
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public override bool DoesUserHaveWritePermissions(
	IUpdatable updatable,
	MPInstance instance
)

Parameters

updatable
Type: Colygon.MatchPoint.Core.DataAdaptersIUpdatable
instance
Type: Colygon.MatchPoint.CoreMPInstance

Return Value

Type: Boolean
True iff user is allowed to edit the item.
See Also