Compartir a través de


Config.GetClientDownloadUri Method (Guid, String)

 

Returns the URI that the client computer uses to download a file from the server.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

public static Uri GetClientDownloadUri(
    Guid packageId,
    string fileName
)
public:
static Uri^ GetClientDownloadUri(
    Guid packageId,
    String^ fileName
)
Public Shared Function GetClientDownloadUri (
    packageId As Guid,
    fileName As String
) As Uri

Parameters

  • packageId
    Type: System.Guid

    The identifier of the package that is associated with file.

Return Value

Type: System.Uri

The URI from which the file is downloaded.

See Also

Config Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top