Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Permissions

TElGoogleDriveDataStorageObject     See also     


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


Returns the permissions for the users with access to this object.

Declaration

[C#]
    TElGoogleDrivePermissions Permissions;

[VB.NET]
    Property Permissions As TElGoogleDrivePermissions

[Pascal]
    property Permissions: TElGoogleDrivePermissions;

[C++]
    TElGoogleDrivePermissions* get_Permissions();

[PHP]
    TElGoogleDrivePermissions get_Permissions()

[Java]
    TElGoogleDrivePermissions getPermissions();

Description

    Use this property to get the permissions for the users with access to this file.

See also:     Restricted     Shared    

Discuss this help topic in SecureBlackbox Forum