This document is archived and information here might be outdated. Recommended version. |
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*