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

Gets all the permission items on the permissions page that are checked and updates the database with the corresponding permission records for each item

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

Syntax

C#
public void UpdateExtranetUserPermissions(
	int itemId,
	int userId,
	bool grantPermission
)
Visual Basic (Declaration)
Public Sub UpdateExtranetUserPermissions ( _
	itemId As Integer, _
	userId As Integer, _
	grantPermission As Boolean _
)
Visual C++
public:
void UpdateExtranetUserPermissions(
	int itemId, 
	int userId, 
	bool grantPermission
)

Parameters

itemId
Type: System..::.Int32
The unique id of the item
userId
Type: System..::.Int32
The unique id of the user
grantPermission
Type: System..::.Boolean

See Also