ExportCommunity method

Creates a .erc file containing the community and its members.

Syntax


C++

HRESULT ExportCommunity (
   BSTR ExportFile,
   LONG ExportFlags)

Scripting languages

Set Item = ExportCommunity (
   ExportFile as String,
   ExportFlags as Long)

Parameters


ExportFile

Name of the export file to be created.

ExportFlags

Reserved parameter. Must be 0 (default).

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUCommunity