This document is archived and information here might be outdated.  Recommended version.


IIndexingConfiguration.SkipConnections Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IIndexingConfiguration.SkipConnections Property

Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.

[Visual Basic .NET]
Public Property SkipConnections As Boolean
[C#]
public bool SkipConnections {get; set;}
[C++]
HRESULT get_SkipConnections(
  Boolean* pSkip
);
[C++]
HRESULT put_SkipConnections(
  VARIANT_BOOL pSkip
);
[C++]
Parameters
pSkip [out, retval]

pSkip is a parameter of type bool* pSkip [in]
pSkip is a parameter of type bool

Product Availability

No record for Search in Libraries found

See Also

IIndexingConfiguration Interface