_MSProject.DocumentExport Method

Definition

public bool DocumentExport (object Filename, Microsoft.Office.Interop.MSProject.PjDocExportType FileType = Microsoft.Office.Interop.MSProject.PjDocExportType.pjPDF, object IncludeDocumentProperties, object IncludeDocumentMarkup, object ArchiveFormat, object FromDate, object ToDate);
abstract member DocumentExport : obj * Microsoft.Office.Interop.MSProject.PjDocExportType * obj * obj * obj * obj * obj -> bool
Public Function DocumentExport (Optional Filename As Object, Optional FileType As PjDocExportType = Microsoft.Office.Interop.MSProject.PjDocExportType.pjPDF, Optional IncludeDocumentProperties As Object, Optional IncludeDocumentMarkup As Object, Optional ArchiveFormat As Object, Optional FromDate As Object, Optional ToDate As Object) As Boolean

Parameters

Filename
Object
FileType
PjDocExportType
IncludeDocumentProperties
Object
IncludeDocumentMarkup
Object
ArchiveFormat
Object
FromDate
Object
ToDate
Object

Returns

Applies to