Get the redirect link for an uploaded document

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public string UploadGetRedirectLink(
	int docId
)
Visual Basic (Declaration)
Public Function UploadGetRedirectLink ( _
	docId As Integer _
) As String
Visual C++
public:
String^ UploadGetRedirectLink(
	int docId
)

Parameters

docId
Type: System..::.Int32
The document ID

Return Value

An URL as a string

See Also