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

Gets the security object for all the users in a group

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

Syntax

C#
public SecurityObject[] GetSecurityObjectsForAllUsers(
	int groupId,
	BusinessConstants..::.ObjectType oType,
	int objectId,
	int currentUserId
)
Visual Basic (Declaration)
Public Function GetSecurityObjectsForAllUsers ( _
	groupId As Integer, _
	oType As BusinessConstants..::.ObjectType, _
	objectId As Integer, _
	currentUserId As Integer _
) As SecurityObject()
Visual C++
public:
array<SecurityObject^>^ GetSecurityObjectsForAllUsers(
	int groupId, 
	BusinessConstants..::.ObjectType oType, 
	int objectId, 
	int currentUserId
)

Parameters

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

Return Value

The array of security objects for all users in the group

See Also