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

Deletes the security information.

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

Syntax

C#
public DBConstants..::.ReturnValue DeleteSecurityInfo(
	BusinessConstants..::.ObjectType oType,
	int objectId,
	int roleId,
	int userId,
	int groupId
)
Visual Basic (Declaration)
Public Function DeleteSecurityInfo ( _
	oType As BusinessConstants..::.ObjectType, _
	objectId As Integer, _
	roleId As Integer, _
	userId As Integer, _
	groupId As Integer _
) As DBConstants..::.ReturnValue
Visual C++
public:
DBConstants..::.ReturnValue DeleteSecurityInfo(
	BusinessConstants..::.ObjectType oType, 
	int objectId, 
	int roleId, 
	int userId, 
	int groupId
)

Parameters

oType
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
The type of the object
objectId
Type: System..::.Int32
The unique id of the object, -1 if not available
roleId
Type: System..::.Int32
The role id, -1 if unavailable
userId
Type: System..::.Int32
The unique id for the user, -1 if unavailable
groupId
Type: System..::.Int32
The id of the group where the object belongs, -1 if unavailable

Return Value

The enumerated return value

See Also