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<int> docIds
)
Visual Basic (Declaration)
Public Function UploadGetRedirectLink ( _
	docIds As IEnumerable(Of Integer) _
) As String
Visual C++
public:
String^ UploadGetRedirectLink(
	IEnumerable<int>^ docIds
)

Parameters

docIds
Type: System.Collections.Generic..::.IEnumerable<(Of <(Int32>)>)
A list of document IDs

Return Value

An URL as a string

See Also