[This is preliminary documentation and is subject to change.]

Gets the access permission object

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public SecurityObject GetAccessPermission(
	MetaConstants..::.MetaEntity me,
	int pkId,
	int currentUserId,
	int currentGroupId
)
Visual Basic (Declaration)
Public Function GetAccessPermission ( _
	me As MetaConstants..::.MetaEntity, _
	pkId As Integer, _
	currentUserId As Integer, _
	currentGroupId As Integer _
) As SecurityObject
Visual C++
public:
SecurityObject^ GetAccessPermission(
	MetaConstants..::.MetaEntity me, 
	int pkId, 
	int currentUserId, 
	int currentGroupId
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity id
pkId
Type: System..::.Int32
The primary key
currentUserId
Type: System..::.Int32
Unique id of the current user
currentGroupId
Type: System..::.Int32
Unique id of the current group

Return Value

The access permission object

See Also