IPSContextInfo members
An interface that provides Project Server context information such as user, site, and preferred culture.
The IPSContextInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
DelegateGuid | Gets the GUID of the user delegate, when delegation is active. | |
DelegateName | Gets the name of the user delegate, when delegation is active. | |
IsWindowsUser | Gets a value that indicates whether the current user is a Windows user (as opposed to a Forms user). | |
LanguageCulture | Gets the language culture. (Inherited from ITextConvCultureProvider.) | |
Lcid | Obsolete. Use the LanguageCulture property or the LocaleCulture property instead of Lcid. | |
LocaleCulture | Gets the locale culture. (Inherited from ITextConvCultureProvider.) | |
SiteGuid | Gets the GUID of the SharePoint site for the Project Web App instance. | |
TrackingGuid | Gets the GUID of the active job in the Project Server Queue Service. | |
UlsCorrelationUid | Gets the zone of the active SharePoint URL for the Project Web App instance. | |
UrlZone | Gets the zone of the active SharePoint URL for the Project Web App instance. | |
UserGuid | Gets the GUID of the current Project Server user. | |
UserName | Gets the name of the current Project Server user. |
Top