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

IsSetLocalDirectory() private method

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