Get the redirect link for uploaded documents

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

Syntax

C#
public string UploadGetRedirectLink(
	IEnumerable<Document> docs
)
Visual Basic (Declaration)
Public Function UploadGetRedirectLink ( _
	docs As IEnumerable(Of Document) _
) As String
Visual C++
public:
String^ UploadGetRedirectLink(
	IEnumerable<Document^>^ docs
)

Parameters

docs
Type: System.Collections.Generic..::.IEnumerable<(Of <(Document>)>)
A list of Document

Return Value

An URL as a string

See Also