Click or drag to resize
Sandcastle Help File BuilderContentFileEditorExtensions Property
This is used to get or set the filename extensions for which this content file editor will be used.

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

Property Value

Type: String
Separate the extensions with space, semi-colon, or a comma
See Also