NavigationTermSet.LoadedFromPersistedData property
Indicates that the NavigationTermSet object is loaded from an intermediate data file rather than directly from taxonomy objects.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property LoadedFromPersistedData As Boolean
Get
'Usage
Dim instance As NavigationTermSet
Dim value As Boolean
value = instance.LoadedFromPersistedData
public abstract 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.