| BuildHelpWebsiteFiles Property |
This is used to return a list of the website files that resulted from the build
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ITaskItem[] WebsiteFiles { get; }
Public ReadOnly Property WebsiteFiles As ITaskItem()
Get
public:
property array<ITaskItem^>^ WebsiteFiles {
array<ITaskItem^>^ get ();
}
member WebsiteFiles : ITaskItem[] with get
Property Value
Type:
ITaskItemSee Also