Intersoft ClientUI Documentation
ResolvePackageSource Method



The original source of the package.
Resolves the specified package source to a URI format that can be used for download.
Syntax
Public Shared Function ResolvePackageSource( _
   ByVal source As String _
) As String
Dim source As String
Dim value As String
 
value = UXShell.ResolvePackageSource(source)
public static string ResolvePackageSource( 
   string source
)
public:
static String^ ResolvePackageSource( 
   String^ source
) 

Parameters

source
The original source of the package.

Return Value

A compatible URI format for download and connectivity.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXShell Class
UXShell Members

Send Feedback