PSContextInfo Members
Include Protected Members
Include Inherited Members
Contains Project Server context information for user identity, Project Web App site, and preferred culture.
The PSContextInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PSContextInfo() | Creates an empty PSContextInfo object, for use with Microsoft Visual C#, version 3.0, initialization syntax. | |
PSContextInfo(Boolean, String, Guid, Guid, Guid, String) | Obsolete. This constructor exists for Microsoft Office Project Server 2007 backward compatibility. Use a constructor that enables the language and locale culture to be specified. | |
PSContextInfo(Boolean, String, Guid, Guid, Guid, CultureInfo, CultureInfo) | Creates a PSContextInfo object that includes language and locale culture information. | |
PSContextInfo(Boolean, String, Guid, Guid, Guid, Int32, String) | Obsolete. This constructor exists for Microsoft Office Project Server 2007 backward compatibility. Use a constructor that enables the language and locale culture to be specified. | |
PSContextInfo(Boolean, String, Guid, Guid, Guid, CultureInfo, CultureInfo, Guid, String) | Creates a PSContextInfo object that includes language and locale culture information, and specifies a user delegate. |
Top
Properties
Name | Description | |
---|---|---|
DelegateGuid | Gets the GUID of the user delegate, when delegation is active. | |
DelegateName | Gets the GUID 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 of the Project Web App instance. | |
LanguageCultureName | The name of the language culture. | |
Lcid | Obsolete. The locale code ID. Use language and local culture instead. | |
LocaleCulture | Provides information about the locale of the Project Web App instance. | |
LocaleCultureName | The name of the locale culture. | |
SiteGuid | The GUID of the Project Web App site. | |
SiteVersion | Obsolete. The version of the Project Web App site. | |
TrackingGuid | The GUID for tracking the Project Server queue job. | |
UrlZone | Gets the URL zone for authentication. | |
UserGuid | The GUID of the Project Server user. | |
UserName | The name of the Project Server user. |
Top
Methods
Name | Description | |
---|---|---|
DeserializeFromString | Creates a PSContextInfo object from a string. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SerializeToString | Serializes a PSContextInfo object to a string. | |
ToString | (Inherited from Object.) |
Top