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

IsSetKeyPrefix() private method

Checks if KeyPrefix property is set.
private IsSetKeyPrefix ( ) : bool
return bool
        internal bool IsSetKeyPrefix()
        {
            return !System.String.IsNullOrEmpty(this._keyPrefix);
        }