SmartDocument.SolutionURL Property

Definition

Returns or sets an absolute URL that provides the complete path to the XML expansion pack file attached to the active Microsoft Office Word 2003 document or Microsoft Office Excel 2003 workbook.

public:
 property System::String ^ SolutionURL { System::String ^ get(); void set(System::String ^ value); };
public string SolutionURL { get; set; }
member this.SolutionURL : string with get, set
Public Property SolutionURL As String

Property Value

Remarks

The SolutionURL property returns an empty string when no XML expansion pack is attached to the active document.

Provide appropriate values for the SolutionID and SolutionURL properties to attach an available XML expansion pack to the active document and transform it into a smart document without using the PickSolution method. Set the SolutionID and SolutionURL properties to empty strings to remove the attached XML expansion pack

Applies to