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


IGPDatasetDomain.SetCanVersionFilter Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPDatasetDomain Interface > IGPDatasetDomain.SetCanVersionFilter Method
ArcGIS Developer Help

IGPDatasetDomain.SetCanVersionFilter Method

Set can filter.

[Visual Basic .NET]
Public Sub SetCanVersionFilter ( _
    ByVal Filter As Boolean, _
    ByVal Type As Boolean _
)
[C#]
public void SetCanVersionFilter (
    bool Filter,
    bool Type
);
[C++]
HRESULT SetCanVersionFilter(
  VARIANT_BOOL Filter,
  VARIANT_BOOL Type
);
[C++]
Parameters
Filter [in]

Filter is a parameter of type bool Type [in]
Type is a parameter of type bool

Product Availability

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

See Also

IGPDatasetDomain Interface