Discuss this help topic in SecureBlackbox Forum

TElGoogleDrivePermission.WithLink

TElGoogleDrivePermission     See also     


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


Specifies whether the link is required for this permission.

Declaration

[C#]
    bool WithLink;

[VB.NET]
    Property WithLink As Boolean

[Pascal]
    property WithLink: boolean;

[C++]
    bool get_WithLink();

[PHP]
    bool get_WithLink()

[Java]
    boolean getWithLink();

Description

    When this property returns True, the link is required for this permission.

See also:     Role    

Discuss this help topic in SecureBlackbox Forum