Click or drag to resize
Galactic API

SharePointUser Constructor

Creates a SharePointUser object from the underlying User object.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public SharePointUser(
	User user
)

Parameters

user
Type: User
The base User object representing this user.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if a user is not supplied.
See Also