Discuss this help topic in SecureBlackbox Forum

TElGoogleDrivePermission.Commenter

TElGoogleDrivePermission     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether the commenter role is permitted.

Declaration

[C#]
    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)

[Java]
    boolean getCommenter();
    void setCommenter(boolean Value);

Description

    Use this property to specify if this permission allows commenting.

See also:     Role    

Discuss this help topic in SecureBlackbox Forum