Dynamicweb 8 Documentation
GetUpdateByPath Method

Relative path to the index.
Retrieves scheduled update by path.
Syntax
'Declaration
 
Public Shared Function GetUpdateByPath( _ 
   ByVal path As String _ 
) As ScheduledUpdate
public static ScheduledUpdate GetUpdateByPath( 
   string path 
)

Parameters

path
Relative path to the index.

Return Value

Scheduled update or null (Nothing in Visual Basic) if the update can not be found.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScheduledUpdate Class
ScheduledUpdate Members

Send Feedback