AWS SDK for .NET Documentation
AddGrant Method (grantee, permission)
AmazonAmazon.S3.ModelS3AccessControlListAddGrant(S3Grantee, S3Permission) Did this page help you?   Yes   No    Tell us about it...
Creates a S3Grant and adds it to the list of grants.
Declaration Syntax
C#
public void AddGrant(
	S3Grantee grantee,
	S3Permission permission
)
Parameters
grantee (S3Grantee)
The grantee for the grant.
permission (S3Permission)
The permission for the grantee.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)