ProjectManagementFileType Class
Defines Project file formats that are created by Project Management software such as Microsoft Project, Primavera P6 etc. A project file is a collection of tasks, resources, and their scheduling to get a measurable output in the form or a product or a service. Project management documents. Includes the following file types: Mpp, Mpt, Mpx. Learn more about Project Management formats here.
Inheritance Hierarchy
SystemObject
  GroupDocs.Conversion.ContractsEnumeration
    GroupDocs.Conversion.FileTypesFileType
      GroupDocs.Conversion.FileTypesProjectManagementFileType

Namespace: GroupDocs.Conversion.FileTypes
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
public sealed class ProjectManagementFileType : FileType

The ProjectManagementFileType type exposes the following members.

Constructors
  NameDescription
Public methodProjectManagementFileType
Serialization constructor
Properties
  NameDescription
Public propertyDescription
File type description
(Inherited from FileType.)
Public propertyExtension
The file extension
(Inherited from FileType.)
Public propertyFamily
The file family
(Inherited from FileType.)
Public propertyFileFormat
The file format
(Inherited from FileType.)
Methods
  NameDescription
Public methodCompareTo
Compares current object to other.
(Inherited from Enumeration.)
Public methodEquals(Object)
Determines whether two object instances are equal.
(Inherited from Enumeration.)
Public methodEquals(Enumeration)
Determines whether two object instances are equal.
(Inherited from Enumeration.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Enumeration.)
Public methodGetType (Inherited from Object.)
Public methodToString
String representation
(Inherited from FileType.)
Fields
  NameDescription
Public fieldStatic memberMpp
MPP is Microsoft Project data file that stores information related to project management in an integrated manner. Learn more about this file format here.
Public fieldStatic memberMpt
Microsoft Project template files, contain basic information and structure along with document settings for creating .MPP files. Learn more about this file format here.
Public fieldStatic memberMpx
Microsoft Exchange File Format, is an ASCII file format for transferring of project information between Microsoft Project (MSP) and other applications that support the MPX file format such as Primavera Project Planner, Sciforma and Timerline Precision Estimating. Learn more about this file format here.
Public fieldStatic memberXer
The XER file format is a proprietary project file format used by Primavera P6 project planning and management application. Learn more about this file format here.
See Also