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

Returns an RoleInfo object.

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

Syntax

C#
public RoleInfo GetRoleInfo(
	int groupId,
	int roleId
)
Visual Basic (Declaration)
Public Function GetRoleInfo ( _
	groupId As Integer, _
	roleId As Integer _
) As RoleInfo
Visual C++
public:
RoleInfo^ GetRoleInfo(
	int groupId, 
	int roleId
)

Parameters

groupId
Type: System..::.Int32
The unique id of the current group.
roleId
Type: System..::.Int32
The unique id of the role for which the accesses is required.

Return Value

The RoleInfo object with the access information populated. A null is returned if there is some error

See Also