FAQ/data-source-level-security.md
... ...
@@ -1,12 +1 @@
1
-#How Do I Create Data Source Level Security?
2
-
3
-**Table and View Access**
4
-
5
-To limit what data sources a user can see, apply the visible tables setting. Its argument is an array of strings. Izenda recommends creating database views to simplify the user experience. Izenda Reports will only show views, if you set ``ViewsOnly`` to _true_. Here is an example:
6
-
7
-```csharp
8
-//set access to which tables and views are visible
9
-
10
-Izenda.AdHoc.AdHocSettings.VisibleDataSources = new string[]{ "Products", "Categories" };
11
-```
12
-[[Please see this code sample for more detail|Controlling access to tables and views]].
... ...
\ No newline at end of file
0
+Please re-purpose this page.
... ...
\ No newline at end of file