Dynamicweb 8 Documentation
GetUpdateByID Method

Update ID.
Retrieves scheduled update by ID.
Syntax
'Declaration
 
Public Shared Function GetUpdateByID( _ 
   ByVal id As Integer _ 
) As ScheduledUpdate
public static ScheduledUpdate GetUpdateByID( 
   int id 
)

Parameters

id
Update ID.

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