PSContextInfo constructor
Office 2013 and later
A PSContextInfo object should be created with the language and locale culture parameters for Project Server 2013.
| 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) |
Show: