Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectCopyrightText Property
This is used to get or set the copyright notice that appears in the footer of each page.

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

Property Value

Type: String
Remarks
If not set, no copyright note will appear. If a CopyrightHref is specified without copyright text, the URL appears instead.
See Also