Solution2.PackageURL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Uniform Resource Locator (URL) of the cache folder that contains a Microsoft Office 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
The Uniform Resource Locator (URL) of the cache folder that contains a Microsoft Office InfoPath form's extracted form files.
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.