ExportCommunities method

Creates a .erc file containing all communities and their members.

Syntax


C++

HRESULT ExportCommunities (
   BSTR ExportFile,
   LONG ExportFlags)

Scripting languages

Set Item = Object.ExportCommunities (
   ExportFile as String,
   ExportFlags as Long)

Parameters


ExportFile

Name of the export file to be created.

ExportFlags

This parameter is reserved for future use. At present, it must be 0 (default).

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUCommunityManager