Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates that the NavigationTermSet object is loaded from an intermediate data file rather than directly from taxonomy objects.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property LoadedFromPersistedData As Boolean
Get
'Usage
Dim instance As NavigationTermSet
Dim value As Boolean
value = instance.LoadedFromPersistedData
public bool LoadedFromPersistedData { get; }
Property value
Type: System.Boolean
true if the NavigationTermSet object is loaded from a data file saved by the “Persisted Navigation Term Set Synchronization” timer job; otherwise, false.
Remarks
The data that is loaded should not be trusted, because it may be outdated or it may have been tampered with by a user who has permissions to the data file but not to the original taxonomy objects.