ArcObjects Library Reference (GeoDatabase)  

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