ArcObjects Library Reference (Geoprocessing)  

IGPDatasetDomain.FilterVersioned Property

Indicates whether or not to filter datasets based on whether or not they are versioned.

[Visual Basic .NET]
Public ReadOnly Property FilterVersioned As Boolean
[C#]
public bool FilterVersioned {get;}
[C++]
HRESULT get_FilterVersioned(
  VARIANT_BOOL* pFilter
);
[C++]

Parameters

pFilter [out, retval]   pFilter is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPDatasetDomain Interface