IFileItem Interface
This defines the interface used to interact with a file item in a help file builder project
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public interface IFileItem
Public Interface IFileItem
public interface class IFileItem
type IFileItem = interface end
| 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 Include path)
|
| LinkPath |
This is used to get or set the link path
|
| Project |
This read-only property is used to get the containing project
|