| SandcastleProjectFileItems Property |
This returns a collection of all build items in the project that
represent folders and files.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public Collection<FileItem> FileItems { get; }
Public ReadOnly Property FileItems As Collection(Of FileItem)
Get
public:
property Collection<FileItem^>^ FileItems {
Collection<FileItem^>^ get ();
}
member FileItems : Collection<FileItem> with get
Property Value
Type:
CollectionFileItemRemarks This collection is generated each time the property is
used. As such, cache a copy if you need to use it repeatedly.
See Also