Removes a location from the 'database'.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", true)] public virtual void RemoveLocation( string locationName )
<ObsoleteAttribute("Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", _ True)> _ Public Overridable Sub RemoveLocation ( _ locationName As String _ )
[ObsoleteAttribute(L"Use DocumentIndex.RemoveLocation instead - for safety it will first check if the location is used.", true)] public: virtual void RemoveLocation( String^ locationName )
Parameters
- locationName (String)