Dynamicweb 8 Documentation
LockIndex Property

Gets or sets a value indicating whether to lock the index. Setting this property to true will force the current Index to remain. This property is useful when performing an import or other demanding API task.
Syntax
'Declaration
 
Public Shared Property LockIndex As Boolean
public static bool LockIndex {get; set;}

Property Value

true if the Index should be locked; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Handler Class
Handler Members

Send Feedback