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

Deletes all the users to whom autoapprove is set, for a Target User for a particular group

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

Syntax

C#
public void DeleteAutoApproveUsers(
	int targetUserId,
	int groupId,
	int appId
)
Visual Basic (Declaration)
Public Sub DeleteAutoApproveUsers ( _
	targetUserId As Integer, _
	groupId As Integer, _
	appId As Integer _
)
Visual C++
public:
void DeleteAutoApproveUsers(
	int targetUserId, 
	int groupId, 
	int appId
)

Parameters

targetUserId
Type: System..::.Int32
the target userid or the userid of the person who has to approve
groupId
Type: System..::.Int32
the groupid
appId
Type: System..::.Int32
the application Id

See Also