LinkDirectoryGroup method

Adds a group from an external directory to the list of groups synchronized by the Directory Synchronizer.

Syntax


C++
HRESULT LinkDirectoryGroup(
   BSTR GroupName)
Scripting languages
Object.LinkDirectoryGroup
   GroupName as String

Parameters


GroupName

The name of a group in the external directory

Return value


C++

The return code.

Scripting languages

None.

Remarks


  • For working facilities, this method can only be used when the Facility's directory type is something other than erDirTypeNone.

  • Otherwise, it returns EROOM_E_INVALIDOPERATION.

  • The user must call SynchronizeDirectory() after calling LinkDirectoryGroup() in order for the changes to take effect immediately.

Home

Applies to

IERUMemberManager