GenerateOfficeDocumentInstallationPath.PublishUrl Property

Definition

Sets the publish path where the customized document is copied for publishing.

public:
 property System::String ^ PublishUrl {  void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string PublishUrl { set; }
[<Microsoft.Build.Framework.Required>]
member this.PublishUrl : string
Public Property PublishUrl As String

Property Value

A string that represents the relative or fully qualified path of the customized document for publishing. This path can be relative for local drives and network drives, but HTTP/HTTPS locations must be a fully qualified path.

Attributes

Remarks

The PublishUrl property must be assigned before Execute is called.

Applies to