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

Gets the accessinfo of an object in a hashtable

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

Syntax

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

Parameters

groupId
Type: System..::.Int32
userId
Type: System..::.Int32
oType
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType

Return Value

See Also