FileItem Class

This class represents a file that is part of the project (MAML/additional content, site map, style sheet, etc.).

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public class FileItem : ProjectElement, ICustomTypeDescriptor
Inheritance
Object    ProjectElement    FileItem
Implements
ICustomTypeDescriptor

Properties

AlternateText This is used to get or set alternate text for an image
BuildAction This is used to set or get the build action of the item
CopyToMedia This is used to get or set whether an item is copied to the output folder during a build
FullPath This 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
Include This is used to set or get the filename (Include attribute)
(Inherited from ProjectElement)
IncludePath This is used to set or get the filename (include path)
ItemType This is used to set or get the item type (a.k.a BuildAction)
(Inherited from ProjectElement)
LinkPath This is used to set or get the link path
Name This is used to set or get the name of the item
Project This read-only property is used to get the containing project
(Inherited from ProjectElement)
SortOrder This is used to get or set the sort order for content layout and site map files

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from ProjectElement)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetAttributesReturns a collection of custom attributes for this instance of a component.
GetClassNameReturns the class name of this instance of a component.
GetComponentNameReturns the name of this instance of a component.
GetConverterReturns a type converter for this instance of a component.
GetDefaultEventReturns the default event for this instance of a component.
GetDefaultPropertyReturns the default property for this instance of a component.
GetEditorReturns an editor of the specified type for this instance of a component.
GetEventsReturns the events for this instance of a component.
GetEvents(Attribute)Returns the events for this instance of a component using the specified attribute array as a filter.
GetHashCodeServes as the default hash function.
(Inherited from ProjectElement)
GetMetadata Get a metadata value from a project element
(Inherited from ProjectElement)
GetPropertiesReturns the properties for this instance of a component.
GetProperties(Attribute)Returns the properties for this instance of a component using the attribute array as a filter.
GetPropertyOwnerReturns an object that contains the property described by the specified property descriptor.
GetTypeGets the Type of the current instance.
(Inherited from Object)
HasMetadata See if the named metadata item exists
(Inherited from ProjectElement)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged This raises the PropertyChanged event
(Inherited from ProjectElement)
RefreshPaths Refresh the paths due to a parent path being renamed
RemoveFromProjectFile Remove the item from the project
(Inherited from ProjectElement)
SetMetadata Set a metadata value in the project item
(Inherited from ProjectElement)
ToContentFile This is used to convert the file item to a ContentFile instance
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged The property changed event
(Inherited from ProjectElement)

See Also