API/CodeSamples/OpenCustomUrlInNewWindow.md
... ...
@@ -0,0 +1,15 @@
1
+#Open Custom URL In New Window
2
+
3
+[[_TOC_]]
4
+
5
+##Usage
6
+OpenCustomURLInNewWindow controls whether or not the on-click action associated with the custom URL feature on the [advanced field settings](http://wiki.izenda.us/FAQ/advanced-field-settings) opens the link in a new browser tab or the current browser tab.
7
+
8
+This setting is a boolean. It defaults to True.
9
+
10
+true = Opens link in new browser tab.
11
+false = Opens link in current browser tab.
12
+
13
+```csharp
14
+AdHocSettings.OpenCustomUrlInNewWindow = false;
15
+```
... ...
\ No newline at end of file