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

Updates the application access for the group

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

Syntax

C#
public void UpdateApplicationAccess(
	int applicationId,
	bool isDeleted,
	int groupId
)
Visual Basic (Declaration)
Public Sub UpdateApplicationAccess ( _
	applicationId As Integer, _
	isDeleted As Boolean, _
	groupId As Integer _
)
Visual C++
public:
void UpdateApplicationAccess(
	int applicationId, 
	bool isDeleted, 
	int groupId
)

Parameters

applicationId
Type: System..::.Int32
The application id of the application to be updated
isDeleted
Type: System..::.Boolean
if true, then the application will be deleted from the group, else it will be added
groupId
Type: System..::.Int32
unique identifier for the group.

See Also