ServiceConnectionExtensionsCreatePermanentUrlAsync Method DocuWare Platform .NET API
Creates the permanent URL asynchronous.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
public static Task<DeserializedHttpResponse<string>> CreatePermanentUrlAsync(
	this ServiceConnection serviceConnection,
	string url
)

Parameters

serviceConnection
Type: DocuWare.Platform.ServerClientServiceConnection
The service connection.
url
Type: SystemString
The URL.

Return Value

Type: TaskDeserializedHttpResponseString
A task which creates a URL with an authenticated user information inside.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ServiceConnection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks

Use this function to take an URL and append some information about the currently authenticated user. The created URL can then be taken to access the ressource without needed to login.
See Also

Reference