CreateCommunity method

Creates a new Community.

Syntax


C++

HRESULT CreateCommunity (
   BSTR CommunityName,
   VARIANT ReservedOptions,
   IERUCommunity** ppCommunity)

Scripting languages

Set Column = Object.CreateCommunity (
   CommunityName as String,
   ReservedOptions as VARIANT)

Parameters


CommunityName

The name for the new Community.

ReservedOptions

This parameter is reserved for future use and should be omitted when calling this method.

ppCommunity

Upon return, an IERUCommunity interface pointer to the newly-created Community.

Return value


C++

The return code.

Scripting languages

An IERUCommunity interface pointer to the newly-created Community.

 

Home

Interface

IERUCommunityManager