AdRotator.AdvertisementFile Property

Definition

Gets or sets the path to the XML file that contains advertisement data. The default value is an empty string (""). This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property System::String ^ AdvertisementFile { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string AdvertisementFile { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.AdvertisementFile : string with get, set
Public Property AdvertisementFile As String

Property Value

The path to the XML file containing the properties of the advertisements to render in the AdRotator control. For security purposes, XML files should be placed in the App_Data folder, which is configured to not allow users direct access to XML files.

Attributes

Remarks

The file format and file name restrictions conform to those described for the AdRotator.AdvertisementFile property.

Applies to

See also