| TocEntryCollection Constructor (FileItem) |
Constructor
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public TocEntryCollection(
FileItem siteMap
)
Public Sub New (
siteMap As FileItem
)
public:
TocEntryCollection(
FileItem^ siteMap
)
new :
siteMap : FileItem -> TocEntryCollection
Parameters
- siteMap
- Type: SandcastleBuilder.UtilsFileItem
The site map file associated with the
collection.
See Also