PSContextInfo 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# 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) | Obsolete. This constructor exists for Project Server 2013 backward compatibility. 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) | Obsolete. This constructor exists for Project Server 2013 backward compatibility. Creates a PSContextInfo object that includes language and locale culture information, and specifies a user delegate. | |
PSContextInfo(Boolean, String, Guid, Guid, Guid, Int32, CultureInfo, CultureInfo, Guid, String) |
Top
Properties
Name | Description | |
---|---|---|
DelegateGuid | Gets or sets the GUID of the user delegate, when delegation is active. | |
DelegateName | Gets or sets the name of the user delegate, when delegation is active. | |
IsWindowsUser | Gets or sets a value that indicates whether the current user is a Windows user (as opposed to a Forms user). | |
LanguageCulture | Gets or sets information about the language culture of the Project Web App instance. | |
LanguageCultureName | Gets or sets the name of the language culture. | |
Lcid | Obsolete. Gets or sets the language code ID. Use LanguageCulture or LocaleCulture instead. | |
LocaleCulture | Gets or sets information about the locale of the Project Web App instance. | |
LocaleCultureName | Gets or sets the name of the locale culture. | |
SiteGuid | Gets or sets the GUID of the Project Web App site. | |
SiteVersion | Obsolete. Gets or sets the version of the Project Web App site. | |
TrackingGuid | Gets or sets the GUID for tracking the Project Server queue job. | |
UlsCorrelationUid | Gets or sets the ULS correlation GUID. | |
UrlZone | Gets or sets the URL zone for authentication. | |
UserGuid | Gets or sets the GUID of the Project Server user. | |
UserName | Gets or sets 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