Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Shared

TElGoogleDriveDataStorageObject     See also     


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


Specifies whether the object has been shared.

Declaration

[C#]
    bool Shared;

[VB.NET]
    Property Shared As Boolean

[Pascal]
    property Shared: boolean;

[C++]
    bool get_Shared();

[PHP]
    bool get_Shared()

[Java]
    boolean getShared();

Description

    This property returns True if the object has been shared, and False otherwise.

See also:     SharedWithMeDate     WritersCanShare     WebContentLink    

Discuss this help topic in SecureBlackbox Forum