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


ISynchronizationHelper.PopulateDistributionProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISynchronizationHelper Interface > ISynchronizationHelper.PopulateDistributionProperties Method
ArcGIS Developer Help

ISynchronizationHelper.PopulateDistributionProperties Method

Populates distribution properties given a filename.

[Visual Basic .NET]
Public Sub PopulateDistributionProperties ( _
    ByVal fileName As String, _
    ByVal fileType As String, _
    ByVal PropertySet As IPropertySet _
)
[C#]
public void PopulateDistributionProperties (
    string fileName,
    string fileType,
    IPropertySet PropertySet
);
[C++]
HRESULT PopulateDistributionProperties(
  BSTR fileName,
  BSTR fileType,
  IPropertySet* PropertySet
);
[C++]
Parameters
fileName [in]

fileName is a parameter of type BSTR fileType [in]
fileType is a parameter of type BSTR PropertySet [in]
PropertySet is a parameter of type IPropertySet*

Product Availability

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

See Also

ISynchronizationHelper Interface