The following tables list the members exposed by IProjectFolder.
| Name | Description | |
|---|---|---|
|
Files | (Inherited from SourceCode.Framework.IProjectFilesContainer) |
|
FolderPath | (Inherited from SourceCode.Framework.IProjectFoldersContainer) |
|
Folders | (Inherited from SourceCode.Framework.IProjectFoldersContainer) |
|
Name | When implemented by a class, gets or sets the Name of the associated folder. |
|
ParentFolder | When implemented by a class, it gets the full path relative to the project.When implemented by a class, it gets the IFileCollection of all the files in this folder. |
|
Project |
| Name | Description | |
|---|---|---|
|
CreateNewFile | (Inherited from SourceCode.Framework.IProjectFilesContainer) |
|
CreateNewFolder | (Inherited from SourceCode.Framework.IProjectFoldersContainer) |
|
Delete | When implemented by a class, it save all open files. |
|
Dispose | (Inherited from System.IDisposable) |
|
FindFilesOfType<T> | (Inherited from SourceCode.Framework.IProjectFilesContainer) |
|
GetAllFiles | (Inherited from SourceCode.Framework.IProjectFilesContainer) |
|
GetAllFolders | (Inherited from SourceCode.Framework.IProjectFoldersContainer) |
|
Remove | |
|
Save | |
|
SaveAll | When implemented by a class, it save all open files and delegate the call to the sub folders. |