HTML to MAML Converter
TopicSourceFile Property |
This is used to get the source HTML filename
Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public FilePath SourceFile { get; set; }
Public Property SourceFile As FilePath Get Set
public: property FilePath^ SourceFile { FilePath^ get (); void set (FilePath^ value); }
member SourceFile : FilePath with get, set
Property Value
Type: FilePathIf set to null, the item will represent a container node with no associated topic.
See Also