MobileResourceIsPinned Property |
Returns true if this resource is pinned, false otherwise. Pinned resources are not evicted and can be synchronized in a batch
by calling Synchronizer.SynchronizePinnedResourcesAsync.
Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpointAssemblies: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic bool IsPinned { get; }
Public ReadOnly Property IsPinned As Boolean
Get
public:
property bool IsPinned {
bool get ();
}
member IsPinned : bool with get
Property Value
Type:
Boolean
See Also