Discuss this help topic in SecureBlackbox Forum

TElGoogleDrivePermission.Role

TElGoogleDrivePermission     See also     


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


Returns the primary role for the user.

Declaration

[C#]
    TSBGoogleDriveUserRole Role;

[VB.NET]
    Property Role As TSBGoogleDriveUserRole

[Pascal]
    property Role: TSBGoogleDriveUserRole;

[C++]
    TSBGoogleDriveUserRole get_Role();
    void set_Role(TSBGoogleDriveUserRole Value);

[PHP]
    integer get_Role()
    void set_Role(integer $Value)

[Java]
    TSBGoogleDriveUserRole getRole();
    void setRole(TSBGoogleDriveUserRole Value);

TSBGoogleDriveUserRole values:

Description

    Use this property to specify the primary role for the user. The only secondary role allowed at this points is commenter.

See also:     Commenter    

Discuss this help topic in SecureBlackbox Forum