IPSContextInfo Members
Include Protected Members
Include Inherited 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 of the Project Server context, for localization of the user interface. | |
Lcid | Obsolete. Use the LanguageCulture property or the LocaleCulture property instead of Lcid. | |
LocaleCulture | Gets the locale culture of the Project Server context, for formatting numbers, dates, and currency values. | |
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. | |
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