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 My CommunityAdminCanRebuildIndex)
Scripting
languages
Boolean
= Object.CommunityAdminCanRebuildIndex
Object.CommunityAdminCanRebuildIndex = Boolean
|