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(
	Document doc
)
Visual Basic (Declaration)
Public Function UploadGetRedirectLink ( _
	doc As Document _
) As String
Visual C++
public:
String^ UploadGetRedirectLink(
	Document^ doc
)

Return Value

An URL as a string

See Also