Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectDocumentProtectedInternalAsProtected Property
This is used to get or set whether or not "protected internal" members are documented as "protected" only in the help file.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool DocumentProtectedInternalAsProtected { get; set; }

Property Value

Type: Boolean
Set to true to document "protected internal" members as "protected" only or false to document them normally. This option is ignored if DocumentProtected is false.
See Also