Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.WritersCanShare

TElGoogleDriveDataStorageObject     See also     


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


Specifies whether writers can share this document with the others.

Declaration

[C#]
    bool WritersCanShare;

[VB.NET]
    Property WritersCanShare As Boolean

[Pascal]
    property WritersCanShare: boolean;

[C++]
    bool get_WritersCanShare();

[PHP]
    bool get_WritersCanShare()

[Java]
    boolean getWritersCanShare();

Description

    Use this property to check whether writers can share this object.

See also:     Shared    

Discuss this help topic in SecureBlackbox Forum