Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.CreateCopyReference

TElDropboxDataStorageObject     


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


Creates a copy_ref to a file.

Declaration

[C#]
    string CreateCopyReference();

[VB.NET]
    Function CreateCopyReference() As String

[Pascal]
    function CreateCopyReference : string;

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

[PHP]
    string CreateCopyReference()

[Java]
    String createCopyReference();

Return value

    Returns a copy_ref reference to the object.

Description

    Use this method to request a reference to the file which can be used to copy the file to another user's Dropbox.

Discuss this help topic in SecureBlackbox Forum