Intersoft ClientUI Documentation
ResolvePackageSource Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > UXShell Class : ResolvePackageSource Method






source
The original source of the package.
Resolves the specified package source to a URI format that can be used for download.

Syntax

Visual Basic (Declaration) 
Public Shared Function ResolvePackageSource( _
   ByVal source As String _
) As String
Visual Basic (Usage)Copy Code
Dim source As String
Dim value As String
 
value = UXShell.ResolvePackageSource(source)
C# 
public static string ResolvePackageSource( 
   string source
)
Delphi 
public function ResolvePackageSource( 
    source: String
): String; static; 
JScript 
public static function ResolvePackageSource( 
   source : String
) : String;
Managed Extensions for C++ 
public: static string* ResolvePackageSource( 
   string* source
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.