Amazon.S3.Transfer.TransferUtilityUploadDirectoryRequest.IsSetCannedACL C# (CSharp) Method

IsSetCannedACL() private method

Checks if the CannedACL property is set.
private IsSetCannedACL ( ) : bool
return bool
        internal bool IsSetCannedACL()
        {
            return (_cannedACL != null &&_cannedACL != S3CannedACL.NoACL);
        }