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

IsSetLocalDirectory() private méthode

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