Amazon.S3.Transfer.TransferUtilityDownloadDirectoryRequest.IsSetS3Directory C# (CSharp) Method

IsSetS3Directory() private method

Gets whether or not the S3Directory property is set.
private IsSetS3Directory ( ) : bool
return bool
        internal bool IsSetS3Directory()
        {
            return !System.String.IsNullOrEmpty(this.s3Directory);
        }