ImportCommunities method

Imports one or more communities from a community export file.

Syntax


C++

HRESULT ImportCommunities (
   BSTR ExportFile,
   LONG ImportFlags)

Scripting languages

Set Item = Object.ImportCommunities (
   ExportFile as String,
   ImportFlags as Long)

Parameters


ExportFile

Name of the export file to be imported.

ImportFlags

This parameter contains one or more value(s) from the ERUImportFlag enumeration, logically OR'ed together.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUCommunityManager