File descriptor/relationships | Attribute | Meaning |
---|---|---|
MF_WKSP_ResultList | Prop Delimiter = ","
Structure = Table Type = InputStream |
Workspace iterator results file.
A file defined in the following way should be used as the output parameter of GetWorkspaceContents and GetWorkspaceProjects tools, although the ID is not fixed. |
MF_WKSP_ResultList
has Property MFProp_WorkspaceName |
Label = Name | The name of the workspace resource, without any path. |
MF_WKSP_ResultList
has Property MFProp_WorkspacePath |
- | The full workspace path to the resource. |
MF_WKSP_ResultList
has Property MFProp_CanCompile |
- | Boolean property which indicates whether single file compile is allowed on the resource. |
MF_WKSP_ResultList
has Property PROP_ElementType |
- | This is needed so that the model interpreter can assign the Element Type for each Element in a Element list. As the Element Type of an Element can already be seen from the Icon, the table column can be hidden. |
MF_WKSP_ResultList
has Property MFProp_ContentType |
Label = Content type | Eclipse content type ID. |
MF_WKSP_ResultList
has Property PROP_Suffix |
Label = File extension | File extension |
MF_WKSP_Result
has Property ListMFProp_ErrorCount |
Label = Errors | The number of errors in a file, a folder or a project. |
MF_WKSP_ResultList
has Property MFProp_WarningCount |
Label = Warnings | The number of warnings in a file, a folder or a project. |