SPImportContext.FixingBrokenLookups property

Gets whether the import operation is currently fixing an items lookup.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property FixingBrokenLookups As Boolean
    Get
    Friend Set
'Usage
Dim instance As SPImportContext
Dim value As Boolean

value = instance.FixingBrokenLookups
public bool FixingBrokenLookups { get; internal set; }

Property value

Type: System.Boolean
true when the import operation is fixing an items lookup; otherwise, false.

See also

Reference

SPImportContext class

SPImportContext members

Microsoft.SharePoint.Deployment namespace