removeSharingOut: function() {
        if (this._outFileList) {
            this._outFileList.destroy();
            this._outFileList = null;
        }