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


IGPReplicaOptions2.ReturnAllExpandedDatasets Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaOptions2 Interface > IGPReplicaOptions2.ReturnAllExpandedDatasets Property
ArcGIS Developer Help

IGPReplicaOptions2.ReturnAllExpandedDatasets Property

Return all datasets including feature datasets, topologies, and geometric networks when expanding.

[Visual Basic .NET]
Public Property ReturnAllExpandedDatasets As Boolean
[C#]
public bool ReturnAllExpandedDatasets {get; set;}
[C++]
HRESULT get_ReturnAllExpandedDatasets(
  VARIANT_BOOL ReturnAllExpandedDatasets
);
[C++]
HRESULT put_ReturnAllExpandedDatasets(
  Boolean* ReturnAllExpandedDatasets
);
[C++]
Parameters
ReturnAllExpandedDatasets [in]

ReturnAllExpandedDatasets is a parameter of type bool ReturnAllExpandedDatasets [out, retval]
ReturnAllExpandedDatasets is a parameter of type bool*

Product Availability

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

See Also

IGPReplicaOptions2 Interface