LongRunningOperationStatus.NavigateWhenDoneUrl Property
Gets the URL to navigate to after the job completes successfully.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property NavigateWhenDoneUrl As String
Get
Friend Set
'Usage
Dim instance As LongRunningOperationStatus
Dim value As String
value = instance.NavigateWhenDoneUrl
public string NavigateWhenDoneUrl { get; internal set; }
Property Value
Type: System.String
Remarks
Navigation may occur automatically or may require that the user clicks OK, depending on the value that is set on the RedirectWhenFinished property.
See Also
Reference
LongRunningOperationStatus Class