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

Returns an array of all the security object base entries. A base entry is the default security for an object of a particular type if the security is not defined.

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

Syntax

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

Parameters

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

Return Value

The array of the security object.

See Also