Property OnlineTables
OnlineTables
Gets a mutable list of tables that will not be taken offline and will continue to reference online services.
Declaration
public IList<ServiceFeatureTable> OnlineTables { get; }
Property Value
Type | Description |
---|---|
System. |
A mutable list of tables that will not be taken offline and will continue to reference online services. |
Remarks
In some situations, you may wish to prevent a non-spatial table from being taken offline even though it
is supported. For example, by continuing to reference the live online Service
To make the offline map continue to reference an online table, you add it to the
Online
Note that if a Service
If a feature service contains many tables in the web map, you can choose to keep specific tables online
by adding them to the Online
When you create a Generate
-
If you set Online
Only to Exclude then this collection will be empty.Services Option -
If you set Online
Only to Include then this collection will contain each online-only ServiceServices Option Feature in the web map. For example, tables that cannot be taken offline because they are not sync-enabled.Table -
If you set Online
Only to UseServices Option Authored , then this collection will contain each ServiceSettings Feature that the web map author selected to remain online.Table
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.10 - 200.6 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.6 |