public void publish() { string ID = this.Request["ID"]; if (!string.IsNullOrEmpty(ID)) { DocConfigHelper.PublishSpaceBySpaceID(ID); } }