DMUserResourcePermissionsCollectionUserPermissions Method

Alterian Email Manager 6.2.3 SDK Help File
Gets the DMResourcePermissionCollection for the user whose ID is specified. If the UserID is not matched by a user object in the collection, a null object is returned.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public DMResourcePermissionCollection UserPermissions(
	int UserID
)

Parameters

UserID
Type: SystemInt32
ID of the user whose DMResourcePermissionCollection is sought.

Return Value

Type: DMResourcePermissionCollection
A DMResourcePermissionCollection
See Also