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

Gets the access information

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

Syntax

C#
protected Hashtable GetAccessInfoHashForObject(
	int groupId,
	BusinessConstants..::.ObjectType oType,
	int objectId
)
Visual Basic (Declaration)
Protected Function GetAccessInfoHashForObject ( _
	groupId As Integer, _
	oType As BusinessConstants..::.ObjectType, _
	objectId As Integer _
) As Hashtable
Visual C++
protected:
Hashtable^ GetAccessInfoHashForObject(
	int groupId, 
	BusinessConstants..::.ObjectType oType, 
	int objectId
)

Parameters

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

Return Value

See Also