DMUserCollectionGetUser Method
|
Alterian Email Manager 6.2.3 SDK Help File
Gets a DMUser object for user with ID matching the "UserID" parameter.
Returns a null object if the ID passed in does not match any DMUser objects in the collection.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic DMUser GetUser(
int UserID
)
Public Function GetUser (
UserID As Integer
) As DMUser
public:
DMUser^ GetUser(
int UserID
)
member GetUser :
UserID : int -> DMUser
function GetUser(UserID);
Parameters
- UserID
- Type: SystemInt32
ID of the user being sought.
Return Value
Type:
DMUserA DMUser object.
See Also