ApiFilterCollectionProject Property

This is used to get or set a reference to the project that owns the collection

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public ISandcastleProject Project { get; set; }

Property Value

ISandcastleProject

Remarks

This is used by collection editors to get a reference to the owning project. Child collections do not contain a reference to the project file.

See Also