Edit

Share via


PublishObject.Filename Property

Definition

Returns or sets the URL (on the intranet or the Web) or path (local or network) to the location where the specified source object was saved.

public:
 property System::String ^ Filename { System::String ^ get(); void set(System::String ^ value); };
public string Filename { get; set; }
Public Property Filename As String

Property Value

Remarks

The Filename property generates an error if a folder in the specified path doesn’t exist.

Applies to