I have SharePoint form Library, and InfoPath form with 1 text field. My problem is, that i need to get somehow lib. URL of Form Library and set it to the text box f.g
string _s = this.aplication.activeForm.GetUrlOfLibrabry();
How to get parent lib URL? (form is opened in INFOPATH not in browser)