Intersoft ClientUI Documentation
IsPackageFormatSupported Method



Determines whether the package's format is supported by ClientUI application framework.
Syntax
Public Function IsPackageFormatSupported() As Boolean
Dim instance As BasePackage
Dim value As Boolean
 
value = instance.IsPackageFormatSupported()
public bool IsPackageFormatSupported()
public:
bool IsPackageFormatSupported(); 

Return Value

Returns a boolean value that indicates whether the format used in the package is supported.
Remarks
For Silverlight projects, this method returns true if the source is an XAP file. For WPF projects, this method returns true if the source is an assembly (DLL) file or a an executable (EXE) file.
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

BasePackage Class
BasePackage Members

Send Feedback