Intersoft ClientUI Documentation
IsPackageDispatchable Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > BasePackage Class : IsPackageDispatchable Method






Determines whether the package can be dispatched.

Syntax

Visual Basic (Declaration) 
Public Function IsPackageDispatchable() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BasePackage
Dim value As Boolean
 
value = instance.IsPackageDispatchable()
C# 
public bool IsPackageDispatchable()
Delphi 
public function IsPackageDispatchable(): Boolean; 
JScript 
public function IsPackageDispatchable() : boolean;
Managed Extensions for C++ 
public: bool IsPackageDispatchable(); 
C++/CLI 
public:
bool IsPackageDispatchable(); 

Return Value

This method alwyas returns true for Silverlight projects. For WPF projects, only package with .zip extension is dispatchable.

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.