WebUpdatePostbackDisplay.UpdateCompletionNotificationPath Property

Gets or sets a relative file path on the web server from the Proxy Updater location where completion logs can be written. The security context of the Asp.Net application must have write permissions on this folder. The Web Update Controller uses this log file to detect the completion of the update process. If a location is not specified, the Web Update controller will not attempt to detect completion of the update process.

[Visual Basic]

Public Property UpdateCompletionNotificationPath As String

[C#]

public string UpdateCompletionNotificationPath {get;set;}

See Also

WebUpdatePostbackDisplay Class | WebUpdatePostbackDisplay Members | Kjs.AppLife.Update.Web Namespace