ActivityManager Constructor
Include Protected Members
Include Inherited Members
Creates an instance of the ActivityManager class.
Overload List
Name | Description | |
---|---|---|
ActivityManager() | Creates an instance of the ActivityManager class from the current SPServiceContext. | |
ActivityManager(UserProfile) | Creates an instance of the ActivityManager class from the current SPServiceContext and for the specified user, which must be the current user. | |
ActivityManager(UserProfile, SPServiceContext) | Creates an instance of the ActivityManager class from the specified SPServiceContext and for the specified user, which must be the current user. |
Top