whoCanDeleteAnyPost property

String? whoCanDeleteAnyPost
getter/setter pair

This is merged into the new whoCanModerateContent setting.

Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:

  • ALL_MEMBERS
  • OWNERS_AND_MANAGERS
  • OWNERS_ONLY
  • NONE

Deprecated.

Implementation

core.String? whoCanDeleteAnyPost;