Amazon.S3.Transfer.TransferUtilityDownloadDirectoryRequest.IsSetS3Directory C# (CSharp) Méthode

IsSetS3Directory() private méthode

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