GetProjectFileInfo
GetProjectFileInfo(string)
Projectbestandsinformatie uit het bestand lezen.
public static ProjectFileInfo GetProjectFileInfo(string filename)
Parameter | Type | Beschrijving |
---|---|---|
filename | String | De projectbestandsnaam. |
Winstwaarde
Het projectbestand infoProjectFileInfo
.
Zie ook
- class ProjectFileInfo
- class Project
- naamruimte Aspose.Tasks
- montage Aspose.Tasks
GetProjectFileInfo(Stream)
Haalt projectbestandsinformatie op uit de stream.
public static ProjectFileInfo GetProjectFileInfo(Stream stream)
Parameter | Type | Beschrijving |
---|---|---|
stream | Stream | De datastroom. |
Winstwaarde
Het projectbestand infoProjectFileInfo
.
Zie ook
- class ProjectFileInfo
- class Project
- naamruimte Aspose.Tasks
- montage Aspose.Tasks