FileSubmitConnection fc = (FileSubmitConnection)this.DataConnections["Main submit"];
SPContext ctx = SPContext.Current;
string ss = ctx.Web.Url;
fc.FolderUrl = ss + "/" + "Form Library Name";
fc.Execute();
SPContext ctx = SPContext.Current;
string ss = ctx.Web.Url;
fc.FolderUrl = ss + "/" + "Form Library Name";
fc.Execute();
No comments:
Post a Comment