This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISynchronizationHelper Interface > ISynchronizationHelper.PopulateDistributionProperties Method (ArcObjects .NET 10.4 SDK) |
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