Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.GuidThe identifier of the package that is associated with file.
fileName
Type: System.StringThe name of the 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