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
Public method PSContextInfo() Creates an empty PSContextInfo object, for use with Microsoft Visual C# initialization syntax.
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Public method PSContextInfo(Boolean, String, Guid, Guid, Guid, Int32, CultureInfo, CultureInfo, Guid, String)
Top
Show: