Discuss this help topic in SecureBlackbox Forum

TElBoxSharedLink.VanityURL

TElBoxSharedLink     See also     


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


Returns a vanity URL of the shared resource.

Declaration

[C#]
    string VanityURL;

[VB.NET]
    Property VanityURL As String

[Pascal]
    property VanityURL: string;

[C++]
    void get_VanityURL(std::string &OutResult);

[PHP]
    string get_VanityURL()

[Java]
    String getVanityURL();

Description

    Use this property to get the vanity URL of the shared resource if it exists.

See also:     URL    

Discuss this help topic in SecureBlackbox Forum