GetCommunityByID method
Returns as an IERUCommunity the Community whose ID you specify.
Syntax
C++
HRESULT
GetCommunityByID(
LONG ID,
IERUCommunity** ppCommunity)
Scripting languages
Set
Community = Object.GetCommunityByID(
ID as Long) |
Parameters
ID
The ID of the requested Community.
ppCommunity
Upon return, an IERUCommunity
interface pointer to the requested object.
Return value
C++
The return code. |
Scripting languages
Upon return, an IERUCommunity interface
pointer to the requested object. |
|
Home
Applies to
IERUCommunityManager |