Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.BackLink

TElWebDAVStorageObject     See also     


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


Specifies whether to include object's backlink to responses.

Declaration

[C#]
    bool BackLink;

[VB.NET]
    Property BackLink As Boolean

[Pascal]
    property BackLink : boolean;

[C++]
    bool get_BackLink();

[PHP]
    bool get_BackLink()

[Java]
    boolean getBackLink();

Description

    This property specifies are to be included to the object-related enquiries.

See also:     FullURL    

Discuss this help topic in SecureBlackbox Forum