IFileItem Interface
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
This defines the interface used to interact with a file item in a help file builder project
public interface IFileItem
Properties
| AlternateText |
This is used to get or set alternate text for an image |
| BuildAction |
This is used to get or set the build action of the item |
| FullPath |
This read-only property is used to get the full path to the item |
| ImageId |
This is used to get or set an ID for a conceptual content image |
| IncludePath |
This is used to get or set the filename (the |
| LinkPath |
This is used to get or set the link path |
| Project |
This read-only property is used to get the containing project |
Methods
| RemoveFromProjectFile() |
Remove the item from the containing project |
| ToContentFile() |
This is used to convert the file item to a ContentFile instance |