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

Gets the access information for an user in a group for a particular object

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

Syntax

C#
public SecurityObject GetAccessInfoNew(
	int groupId,
	int userId,
	BusinessConstants..::.ObjectType oType,
	int objectId
)
Visual Basic (Declaration)
Public Function GetAccessInfoNew ( _
	groupId As Integer, _
	userId As Integer, _
	oType As BusinessConstants..::.ObjectType, _
	objectId As Integer _
) As SecurityObject
Visual C++
public:
SecurityObject^ GetAccessInfoNew(
	int groupId, 
	int userId, 
	BusinessConstants..::.ObjectType oType, 
	int objectId
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
userId
Type: System..::.Int32
The unique id of the user
oType
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
The object type
objectId
Type: System..::.Int32
The object id

Return Value

The security object for a particular user in a group for an object

See Also