Indexed Comments CacheFiles Indexed Property
This read-only property returns the number of comments files that were indexed
Definition
Namespace: Sandcastle.Core.InheritedDocumentation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public int FilesIndexed { get; }VB
Public ReadOnly Property FilesIndexed As Integer
GetC++
public:
property int FilesIndexed {
int get ();
}F#
member FilesIndexed : int with get