Düzenle

Aracılığıyla paylaş


DAVAdapter.FolderURL Property

Definition

Gets or sets the Uniform Resource Locator (URL) to which the form will be submitted by the DAVAdapterObject object.

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

Property Value

Examples

This example shows how to use the FolderURL property of an instance of the DAVAdapterObject object to change the folder to which the form data will be submitted:

davAdapter.FolderURL = davAdapter.<span class="label">FolderURL</span> + @"data\";

Remarks

The Submit method of the DAVAdapter object will fail if the value of the FolderURL property does not begin with either the "http:" or the "https:" prefix. The Submit method will also fail if the site specified by the FolderURL property is not available, or if the URL is not in the same security domain as the form template.

Applies to