CommunityAdminCanRebuildIndex property

Sets or returns whether community administrator can rebuild the full text index. Otherwise only the site administrator can perform the operation.

Syntax


C++

HRESULT get_CommunityAdminCanRebuildIndex(
  
 VARIANT_BOOL* pCommunityAdminCanRebuildIndex)

HRESULT put_CommunityAdminCanRebuildIndex(
   
VARIANT_BOOL MyCommunityAdminCanRebuildIndex)

Scripting languages

Boolean = Object.CommunityAdminCanRebuildIndex

Object
.CommunityAdminCanRebuildIndex = Boolean

Home

Applies to
IERUCommunityManager

IERUPermissionManager