Solution2.PackageURL Property

Definition

Gets the Uniform Resource Locator (URL) of the cache folder that contains a Microsoft InfoPath form's extracted form files.

public:
 property System::String ^ PackageURL { System::String ^ get(); };
public string PackageURL { get; }
member this.PackageURL : string
Public ReadOnly Property PackageURL As String

Property Value

Implements

Examples

In the following example, the PackageURL property of the SolutionObject object is used to display the folder's URL in a message box:

thisXDocument.UI.Alert("PackageURL: " + thisXDocument.Solution.<span class="label">PackageURL</span>);

Remarks

The PackageURL property is set at run time, and the URL it contains points to the folder where the form template's files are cached.

Important: This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

Applies to