[This is preliminary documentation and is subject to change.]
Revokes a particular group's access to a resource.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int RevokeResourceAccess( int groupId, int resourceId ) |
Visual Basic (Declaration) |
---|
Public Function RevokeResourceAccess ( _ groupId As Integer, _ resourceId As Integer _ ) As Integer |
Visual C++ |
---|
public: int RevokeResourceAccess( int groupId, int resourceId ) |
Parameters
- groupId
- Type: System..::.Int32
Id of the group whose access to the resource is being revoked.
- resourceId
- Type: System..::.Int32
Id of the resource from which the access is being revoked.