ProjectManagementFileType class

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: ProjectManagementFileType.Mpp, ProjectManagementFileType.Mpt, ProjectManagementFileType.Mpx. Learn more about Project Management formats here.

Inheritance: ProjectManagementFileTypeFileTypeEnumeration

The ProjectManagementFileType type exposes the following members:

Constructors

Constructor Description
init Serialization constructor

Properties

Property Description
file_format The file format
extension The file extension
family The file family
description File type description
UNKNOWN Unknown file type
MPT Microsoft Project template files, contain basic information and structure along with document settings for creating .MPP files.
Learn more about this file format here.
MPP MPP is Microsoft Project data file that stores information related to project management in an integrated manner.
Learn more about this file format here.
MPX 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.
XER 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.

Methods

Method Description
equals Implements Enumeration.equals
compare_to Compares current object to other.
from_filename Returns FileType for specified fileName
from_extension Gets FileType for provided fileExtension
from_stream Returns FileType for provided document stream

See Also