Dynamicweb 8 Documentation
FindUserStatusByID Method

The ID of the user status to search for.
Retrieves a user status from collection by its ID.
Syntax
'Declaration
 
Public Function FindUserStatusByID( _ 
   ByVal statusID As Integer _ 
) As UserStatus
public UserStatus FindUserStatusByID( 
   int statusID 
)

Parameters

statusID
The ID of the user status to search for.

Return Value

Retrieved user status or Nothing if the user status can not be retrieved.
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

UserStatusCollection Class
UserStatusCollection Members

Send Feedback