Discuss this help topic in SecureBlackbox Forum
Specifies whether the commenter role is permitted.
Declaration
[C#/Java]
bool Commenter;
[VB.NET]
Property Commenter As Boolean
[Pascal]
property Commenter: boolean;
[C++]
bool get_Commenter();
void set_Commenter(bool Value);
[PHP]
bool get_Commenter()
void set_Commenter(bool $Value)
Description
Use this property to specify if this permission allows commenting.
Discuss this help topic in SecureBlackbox Forum